PatrickJS/angular-websocket

Logging to console on reconnect

skladd opened this issue · 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.