android-websockets
android-websockets copied to clipboard
Readme Usage sample bug
The sample code shows specifying a new WebSocketClient.Handler in the constructor and this isn't defined in WebSocketClient.
This should be correct to:
new WebSocketClient.Listener()
PR here: #16