We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, currently when you start a new connection after closing a previous one you get:
StartConnection Error: IllegalThreadStateException
Looking into stackoverflow, it seems that the line #154 is the problem:
BlueUnity/Android source code/V3/BluetoothConnector.java
Lines 152 to 156 in d7c810e
I think that the solution is to create a new thread before running ReadDatathread.start();.
ReadDatathread.start();
How to reproduce it
The text was updated successfully, but these errors were encountered:
I ll test that and get back to you
Sorry, something went wrong.
Problem solved, please check the last update. Let me know if you face any further issues. thanks for your support.
No branches or pull requests
Hi, currently when you start a new connection after closing a previous one you get:
StartConnection Error: IllegalThreadStateException
Looking into stackoverflow, it seems that the line #154 is the problem:
BlueUnity/Android source code/V3/BluetoothConnector.java
Lines 152 to 156 in d7c810e
I think that the solution is to create a new thread before running
ReadDatathread.start();
.How to reproduce it
The text was updated successfully, but these errors were encountered: