angular-websocket icon indicating copy to clipboard operation
angular-websocket copied to clipboard

Logging to console on reconnect

Open skladd opened this issue 7 years ago • 0 comments

Now, every time a connection is closed with enabled reconnect a message is logged to the console. This can get quite disturbing, e.g. while running a test suite.

Pull request #91 addresses this by making the logging optional (on per default) and adding an additional 'reconnectDelaySeconds' property to the close event.

skladd avatar Aug 03 '16 12:08 skladd