socket.io-client-java
socket.io-client-java copied to clipboard
Java 6
Does version 2.0.1 work with Java 6 ? Does a previous version ? It would be great if it did !
According to the git history, Java 6 was supported in version 0.4.2 (see the .travis.yml file), but this version is quite old (2015), so I wouldn't recommend it.
Any reason you need Java 6 support?
Thank you for your response. I have an application that depends on a library that only works with Java 6. It is hanging on for life.
Unfortunately, I think supporting such an ancient release will require a lot of work/headache. But PR is welcome!