Use one websocket per client instance #2

Open
opened 2024-01-19 10:33:05 +00:00 by tgpholly · 0 comments
Owner

Right now when the client gets a TCP connection it opens a new Websocket connection just for that connection. This is pretty bad. It would be better to have a pool of websocket connections (of configurable size) that the client can send it's local client's data down.

Right now when the client gets a TCP connection it opens a new Websocket connection just for that connection. This is pretty bad. It would be better to have a pool of websocket connections (of configurable size) that the client can send it's local client's data down.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tgpholly/tcp-ws-proxy#2
No description provided.