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.32k stars 972 forks source link

1.0.2 removed from mavenCentral? #705

Closed Doc1faux closed 2 years ago

Doc1faux commented 2 years ago

Hi,

I'm using socket.io-client for an Android app since 2 years in v1.0.2 and rebuilding it this morning just failed because the version was not found. I've checked this morning at mavenCentral and indeed, the v1.0.2 is no longer available. Do we have to rollback to v1.0.1? the server which I connect to is running 2.x so I need to stick with the v1.x :/

Doc1faux commented 2 years ago

Sorry, was a typo mistake on my side, 1.0.2 never existed...