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
The WebSocketProtocol is a powerful API for writing custom protocol. For writing purely WebSocket application that doesn't requires any protocol or that doesn't require any delegation to a external Container, a Simple WebSocketHandler that expose onOpen/onClose/onError/onTextMessage/onByteMessage should be enough.
The text was updated successfully, but these errors were encountered:
The WebSocketProtocol is a powerful API for writing custom protocol. For writing purely WebSocket application that doesn't requires any protocol or that doesn't require any delegation to a external Container, a Simple WebSocketHandler that expose onOpen/onClose/onError/onTextMessage/onByteMessage should be enough.
The text was updated successfully, but these errors were encountered: