android-websockets icon indicating copy to clipboard operation
android-websockets copied to clipboard

Readme Usage sample bug

Open andygup opened this issue 12 years ago • 1 comments

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()

andygup avatar Aug 06 '13 22:08 andygup

PR here: #16

kelunik avatar Feb 12 '15 02:02 kelunik