sonelu / roboglia

Robotics framework
GNU General Public License v3.0
0 stars 1 forks source link

Closing a bus used by a sync loop crashes it #8

Closed sonelu closed 4 years ago

sonelu commented 4 years ago

It is possible to call bus.close() method on any of the robot busses and if there is a sync currently running that uses that bus, it will crash.