You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's how web sockets work, they retain connection for as long as they're active.
This is certainly true, but does one client really need a new port for each connection between the proxy and the proxy target?
rgbkrk
changed the title
New ports are opened for each websocket opened by a client
New proxy side ports are opened for each websocket opened by a client
Dec 8, 2014
Sockets are ballooning within the node proxy when handling the websockets. A port gets allocated for each one between node and the proxy targets.
Ref: jupyterhub/configurable-http-proxy#18
Ref: jupyter/tmpnb#73
The text was updated successfully, but these errors were encountered: