-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Cyton Status check #50
Conversation
…base-arch-structure
The exception seems to come from here: |
Yea, I've looked into it, and the latest commit for that file was exactly to fix an issue with the thread not stopping when the port was closing: But I'm still not sure how I'm supposed to deal with this. As of right now, simply opening the port and closing it right after will trigger this exception. Note: This exception doesn't crash the app or really have any other consequence, but I don't feel like something like that should be in the app if it can be avoided. |
Added a request for Cyton system status to make sure it is available when connecting.
Note: I have noticed that when closing by usb_serial port, I get a java.lang.InterruptedException. I have tried to catch that error or find how to avoid it without success, so if you have any idea.