Connect async crash

I have noticed that sometimes my program randomly crashes on 'device.connect' with error 'mbientlab.warble.WarbleException: The object has been closed'. The connect method is implemented as done in the tutorials. The issue is coming from the Metawear package and only occurs sometimes. I have added a try catch block in an attempt to fix this issue, however, the program still crashes during the async connection. It might be due to lookups sharing memory space when attempting to connect asynchronously.

Comments

Sign In or Register to comment.