Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我打开一个 SSE(一个简单的)时,所有其他 ajax 请求(POST、GET、SSE)都在等待关闭 SSE。
正常吗?我应该怎么做才能让请求同时运行?
谢谢。
如果这是在本地开发环境中,则可能是您的应用程序服务器被配置为一次只处理一个请求。这将阻止任何其他请求的发生,直到您的 SSE 连接关闭。