codebutler / android-websockets

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

Disconnect method called immediately after onConnect called #35

Open hemini-03 opened 6 years ago

hemini-03 commented 6 years ago

I have a web socket connected in app. Now app need to connect to different web socket url. But for second connection I after onconnect method called it immediately called ondisconnect method twice with error code 744 and EOF message respectively. Did anyone faced same issue and solved it?