angular2-websocket
angular2-websocket copied to clipboard
Implement reconnection (WebSocketConfig)
I am trying to implement WebSocketConfig but i am having some errors... Anybody can help me showing me a example?
Thanks.
Sorry, i have found this:
this.ws = new $WebSocket('wss://...', null, JSON.parse('{"reconnectIfNotNormalClose": true}'));
Problem solved! :)
@tejadong so please close issue thx :)