socket.io-client-java icon indicating copy to clipboard operation
socket.io-client-java copied to clipboard

Remove error-causing exclude

Open lamrongol opened this issue 1 year ago • 0 comments

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.

lamrongol avatar Apr 28 '23 13:04 lamrongol