clwillingham / java-socket.io.client

a socket.io client written in Java
MIT License
63 stars 55 forks source link

TooTallNate/Java-WebSocket already update #3

Open untosil opened 12 years ago

untosil commented 12 years ago

TooTallNate/Java-WebSocket already update TooTallNate-Java-WebSocket-v1.0.0

clwillingham commented 12 years ago

i'll look into it tomorrow probably

smichaylov commented 12 years ago

I tried today to implement your socket IO client in an android project and had the same issues with TooTallNate/Java-WebSocket dependency. Some methods have changed - e.g. onOpen(ServerHandshake) of WebSocketClient, so the inheritance cannot be accomplished.

clwillingham commented 12 years ago

do you think you might be able to write it in and add a pull request? i haven't been able to get much done on this project in a while