`close` is not clean
Hi afrad,
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.
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?
i think you may like this #52