Skip to content

HttpServer ThroughStream limitted to 6 simultaneous connections #507

Answered by netcarver
koekaverna asked this question in Q&A
Discussion options

You must be logged in to vote

@koekaverna Hello Egor, could you describe how you did the testing? Was each client...

  1. a different window/tab in the same browser (say Chrome) on the same client machine? Or
  2. in different browsers on the same machine? Or
  3. browsers on 6+ different machines, and you could only get 6 of them to connect? Or
  4. something else?

If it's case 1, then you may be running in to the limit that the browser itself places on the number of active SSE connections it allows to the server's domain. If this is the case, opening a different browser on the same machine should allow you to push beyond 6 connections to your SSE server.

https://stackoverflow.com/questions/18584525/server-sent-events-and-browser-limits

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@koekaverna
Comment options

Answer selected by koekaverna
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants