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
Presently, if the checksum check fails for whatever reason, the Server.onOpen call never is invoked, but Server.onClose is, which doesn't make sense. Instead, it should not be called at all.
Additionally, those various failed checks should call in to some common log API, if possible, or at least offer the chance for the Server implementation to handle it.
The text was updated successfully, but these errors were encountered:
Presently, if the checksum check fails for whatever reason, the Server.onOpen call never is invoked, but Server.onClose is, which doesn't make sense. Instead, it should not be called at all.
Additionally, those various failed checks should call in to some common log API, if possible, or at least offer the chance for the Server implementation to handle it.
The text was updated successfully, but these errors were encountered: