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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
From the javadoc: An error has occurred. This is the last invocation from the specified WebSocket. therefore it does not make any sense to request further invocations.
The default implementation of the interface does also not call the .request and this call might get us into trouble.
cdbe9c6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From the javadoc:
An error has occurred. This is the last invocation from the specified WebSocket.
therefore it does not make any sense to request further invocations.The default implementation of the interface does also not call the
.request
and this call might get us into trouble.