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).
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).