codebutler / android-websockets

Bare minimum websockets (hybi13/RFC) client for Android
713 stars 494 forks source link

Readme Usage sample bug #13

Open andygup opened 11 years ago

andygup commented 11 years ago

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()
kelunik commented 9 years ago

PR here: #16