Closed tobijk closed 6 years ago
Possibly the transmitter thread should be detach'ed right from the beginning?
You are right, this seems to be a bug. Instead of detaching the thread, we should set a shutdown flag and then join. Would you mind testing the fix in branch issue5?
Sure thing.
Seems to work fine. Thanks!
When there is an active PERIODIC transmit PDO mapping, then kacanopen will not shut down cleanly. I haven't found a way to stop the transmitter thread from the API. Is this a bug, or am I missing something?