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
There are multiple issues with the library, specifically with the server mock used - in our case - as a drop-in replacement for the ws Server. It may be the case that that is not its intended use case.
Once a disconnect message was printed once it would not print a connect
message for the same session again since a timer id wasn't reset.
No unit test was possible since the mock-socket has certain
incompatibilities/limitations that make it impossible to distinguish
different sockets. An upgrade of that module introduced different
problems documented in CLI issue #75
Change-Id: I187ccb4ac4e84009dc8dc144c66eccf52e4d06a5
There are multiple issues with the library, specifically with the server mock used - in our case - as a drop-in replacement for the
ws
Server. It may be the case that that is not its intended use case.Issues:
Server.prototype.ping
This also prevents us from implementing this test:
The text was updated successfully, but these errors were encountered: