You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using lib with ionic 2 app (tested with ionic serve). When I call close method websocket doesn't recognize this as 'clean' close. onCloseHandler handler receives an event with code == 1005. So the lib is trying to reconnect.
If it's a feature, not a bug, then how can I close the socket without auto reconnect? (I do need auto reconnect if connection is dropped by network issues, etc)
Thank you.
The text was updated successfully, but these errors were encountered:
now reconnect will work on closed on status code not 1000.
maybe we can add a option to set when to reconnect ?
i think this way may be help you? (∩_∩)
Thank you for response. I think call back to decide if it's clean or not would be helpful. Or just assume that if connection was closed by close method it's clean. What do you think?
Hi afrad,
Using lib with ionic 2 app (tested with
ionic serve
). When I callclose
method websocket doesn't recognize this as 'clean' close.onCloseHandler
handler receives an event withcode
== 1005. So the lib is trying to reconnect.If it's a feature, not a bug, then how can I close the socket without auto reconnect? (I do need auto reconnect if connection is dropped by network issues, etc)
Thank you.
The text was updated successfully, but these errors were encountered: