Server sent events and browser limits

后端 未结 3 811
被撕碎了的回忆
被撕碎了的回忆 2021-01-30 08:59

I have a web application that listens for Server Sent Events. While I was working and testing with multiple windows open, things were not working and I banged my head for severa

3条回答
  •  失恋的感觉
    2021-01-30 09:38

    You are right about the number of simultaneous connections.

    You can check this list for max values: http://www.browserscope.org/?category=network

    And unfortunately, I never found any work around, except multiplexing and/or using different hostnames.

提交回复
热议问题