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.31k stars 969 forks source link

Remove error-causing exclude #740

Open lamrongol opened 1 year ago

lamrongol commented 1 year ago

Previously, the exclude was required( https://github.com/socketio/engine.io-client-java/issues/13 ), but this was probably due to the fact that com.github.nkzawa:socket.io-client was used. Rather, now if you exclude it, you will get java.lang.ClassNotFoundException: org.json.JSONException.