对支持这个的框架不是非常了解,想咨询个问题:
以 websocket 做服务端, 我想从客户端发送请求到服务端,服务端再去请求一些数据(需要几秒的时间)。
当多个客户端同时发送请求时,服务端就只能响应正在链接中的客户端,其他客户端请求都会失败。
比如我用 autobahn-python 框架,开 2 个客户端时,另外一个客户端是这样的: dropping connection to peer tcp:127.0.0.1:9000 with abort=True: WebSocket opening handshake timeout (peer did not finish the opening handshake in time)