Remote API calls getting slower and slower

Report crashes, strange behaviour, or apparent bugs
coppelia
Site Admin
Posts: 10339
Joined: 14 Dec 2012, 00:25

Re: Remote API calls getting slower and slower

Post by coppelia »

There is no predefined simulation steps that will pass, before the simulation has really ended. This is because CoppeliaSim will go through 3 states for that:

simulating --> about to stop --> last before stop --> stopped

CoppeliaSim will wait in the about to stop state, to leave threaded child scripts a chance to end by themselves. If they don't end by themselves, CoppeliaSim will force them to end after about 2 seconds. The state last before stop will last only one simulation step.

Cheers

Post Reply