-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Server stop hang on android #195
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
Comments
i faced the same problem #191 may this help you? |
hang has been fixed |
hi...... |
this web socket server work very well but problem only occurs when stooping them... |
Do you work on the latest revision? I will try to reproduce the problem within the next few days. |
One of our testers reproduced an deadlock within the library.
so my suggested quick solution would be to replace
with
this way the HashSet would not get accessed by two different threads at the same time resulting into the deadlock. |
…ting the problem
it still hang app on android, today i replace all new code....! |
i am working on this app....! https://play.google.com/store/apps/details?id=com.spidren.inc |
it now hang on when not conected any clicent..! |
Probably fixed by #329 |
Looks like this issue is fixed with #329 Closing! |
how i do it....
The text was updated successfully, but these errors were encountered: