icerockdev / moko-socket-io

MOKO SocketIo by IceRock is Socket.IO implementation Kotlin Multiplatform library
https://moko.icerock.dev/
Apache License 2.0
112 stars 19 forks source link

Support for socket-io v3 and v4 #31

Open mrwhoknows55 opened 4 months ago

mrwhoknows55 commented 4 months ago

Currently moko-socket-io uses v1.0.0 of socket.io-client-java which is only compatible upto v2 socket-io server. Should update it to v2.x.x which adds support to v3 and v4

bwoodlt commented 1 month ago

Any update on this? We're looking to use this library but its still very much on v1.0.0 of socketIo

Alex009 commented 1 month ago

Sent pr with update please

mrwhoknows55 commented 1 month ago

I'd worked on it but as the sample backend uses v1 it's not working with breaking changes of client, so I have to find/write new sample server with socket-io v3. I'll try to raise a PR this weekend