joewalnes / reconnecting-websocket

A small decorator for the JavaScript WebSocket API that automatically reconnects
MIT License
4.21k stars 970 forks source link

automaticOpen Do not use??? #106

Closed ghost closed 5 years ago

ghost commented 5 years ago

let Socket = new ReconnectingWebSocket(urlProvider, null, {debug: true,automaticOpen:true});

But why not? Was it cancelled???