Open bhelx opened 1 month ago
Most of the complication and bugs come from setting up and managing a websocket per client. Since data is only flowing to the client, SSE might be a better approach.
Most of the complication and bugs come from setting up and managing a websocket per client. Since data is only flowing to the client, SSE might be a better approach.