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
Upon establishing 1,000 concurrent WebSocket connections, the initial 400 connections are successfully established. However, due to a delay in the SSL handshake, the remaining WebSockets time out.
Steps to reproduce :
This happens in even minimal-ws-server
Make a concurrent connection to that server (min 500) - and keep adding clients
The text was updated successfully, but these errors were encountered:
Upon establishing 1,000 concurrent WebSocket connections, the initial 400 connections are successfully established. However, due to a delay in the SSL handshake, the remaining WebSockets time out.
Steps to reproduce :
This happens in even minimal-ws-server
Make a concurrent connection to that server (min 500) - and keep adding clients
The text was updated successfully, but these errors were encountered: