Smalltalk/X WebserverDocumentation of class 'WebSocketStream::ConnectionClosedError': | |
Class: ConnectionClosedError (private in WebSocketStreamThis class is only visible from within WebSocketStream.Inheritance:Object | +--GenericException | +--Exception | +--Error | +--WebSocketStream::ConnectionClosedError
Description:a unique error, which is raised when you try to send data with an already closed web socked stream to avoid this error ask #isConnectionClosed before or set the following callbacks to the WebSocket stream: #closedByPeerCallback: #closedByErrorCallback: and dont send any more data after getting one of those callbacks... |
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 08:49:58 GMT |