socketio / socket.io-client-java

Full-featured Socket.IO Client Library for Java, which is compatible with Socket.IO v1.0 and later.
https://socketio.github.io/socket.io-client-java/installation.html
Other
5.34k stars 975 forks source link

Calling the IO.Options.builder() kill the current thread #674

Closed SkyDonald closed 3 years ago

SkyDonald commented 3 years ago

image When I put this into my code, the current Thread crash. WHY

darrachequesne commented 3 years ago

Is there any exception thrown? Could mc.thePlayer be null?

SkyDonald commented 3 years ago

There is no error, mc.thePlayer can't be null