Private
onProtected
Readonly
socketProtected
toStatic
wsThe remote side has closed the channel
A message has arrived and can be read by listeners using a MessageProvider.
Close this channel. No onClose event should be sent
Obtain a WriteBuffer to write a message to the channel.
A channel that manages the main websocket connection between frontend and backend. All service channels are reusing this main channel. (multiplexing). An IWebSocket abstraction is used to keep the implementation independent of the actual websocket implementation and its execution context (backend vs. frontend).