anismiles / websocket-android-phonegap

This is a Java library that implements Websockt API (Draft-75/76) for Android platform. Library uses java.nio.* packages for efficient non-blocking evented behavior. It easily gets integrated with Phonegap framework.
http://wp.me/pVyFz-qO
MIT License
322 stars 137 forks source link

No response #14

Open wiltonkkw opened 12 years ago

wiltonkkw commented 12 years ago

I have created an Andriod project and run in Android 4.0 using PhoneGap 2.2. I checked that it can open a connection to a sample site (ws://echo.websocket.org). It should echo my message back. But I cannot receive my message. Is there anything I have missed?

anismiles commented 11 years ago

I am not sure if 2.2 is a supported version. I did this library with 0.8/0.9 versions.