* Entry point of the task that is handling the websocket connection with the client that has just joined us.
Entry point of the task that is handling the connection that allow the service to push messages to the web client.
WebSocket resilient to network disconnections.
Vibe gestisce la ricezione di dati da websocket con una wait bloccante, cosa ottima per un protocollo req/rep, ma complicata se si vuol gestire in contemporanea anche un protocollo push lato server, o task paralleli.
Questo modulo si occupa di isolare il websocket, inviando i dati ricevuti ad un task, e facendo da proxy per i send.