codebutler / android-websockets

Bare minimum websockets (hybi13/RFC) client for Android
712 stars 495 forks source link

how to send Ping to server #24

Closed gedeju closed 9 years ago

gedeju commented 9 years ago

how to send Ping to server

i used the HybiParser.ping method, but it is sent as a usual message.

joepadmiraal commented 9 years ago

Ping is broken. See pullrequest #12

gedeju commented 9 years ago

Thank you very much. it works.