-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add websocket support #51
Add websocket support #51
Conversation
This error only happens for me on linux, once xbox live login finishs.
I'm going to test HEAD~2 of this PR. I don't had this issue on my macOS test dev. |
Maybe add a small delay before calling onOpen |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you rollback to 80149f0 I merge it.
Maybe add a small delay before calling onOpen
Added usleep(500000); on line 146
I don't like to workaround a problem via sleep calls.
The crash I posted happens frequently on my end.
The fist two times I opened it => crash
Then it worked once
Then crashed the next time opened it
....
Reverted it |
what do you do here |
wheres the download |
-DUSE_OWN_CURL=true
when buildingCloses minecraft-linux/mcpelauncher-manifest#798
Closes minecraft-linux/mcpelauncher-manifest#765