angular-websocket
angular-websocket copied to clipboard
Reconnect issue
I have referenced the example in the docs. How can I manually reconnect the web socket from my controller while modifying the query string value of the web socket?
as far as i can see, you need to recreate a new socket if you want to change the url. if you just want to reconnect, there is a reconnect() function