SolarWebSockets icon indicating copy to clipboard operation
SolarWebSockets copied to clipboard

Leftover debug message is causing issues

Open pouwelsjochem opened this issue 1 year ago • 0 comments

Recently I've been migrating to the SolarWebsockets plugin as it's only proper native approach to websockets on Solar2D.

Most platforms worked out-of-the-box, except on Android for some reason, just found out it was due to some JSON parsing exception in our backend, which was weird since all I'm doing is connecting to the server.

I think I've found the cause... xD https://github.com/joehinkle11/SolarWebSockets/blob/abeb19d850213cea8b7d1821cb419bc63c5dd6bf/android/plugin/src/main/java/plugin/solarwebsockets/Client.java#L33C21-L33C21

Would be amazing if you could release a new version of the plugin without this line :)

pouwelsjochem avatar Oct 13 '23 22:10 pouwelsjochem