handleWebSocketConnectionServiceToClient

Entry point of the task that is handling the connection that allow the service to push messages to the web client.

First the client opens the connection that it uses to send messages to the service, THEN this one.

void
handleWebSocketConnectionServiceToClient
(
scope WebSocket webSocket
)

Meta