You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As documented here there is a possible deadlock situation when shutting down the simulation runner from python. One possible solution would be to use a timed mutex as described here. Another approach with timed mutexes would be to implement the busy waiting loop on the python side.
The text was updated successfully, but these errors were encountered:
As documented here there is a possible deadlock situation when shutting down the simulation runner from python. One possible solution would be to use a timed mutex as described here. Another approach with timed mutexes would be to implement the busy waiting loop on the python side.
The text was updated successfully, but these errors were encountered: