You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: