这个问题的答案提示Multiple Websockets
只能从客户端创建一个WebSocket连接 到主机上的特定端口。
但是,与暴露多个REST服务以访问不同服务的方式相同,为什么无法创建多个Web套接字连接?
例如:
Rest service1 accesses current count of food items
Rest service2 accesses current count of drink items
这似乎不会转换为(因为每个客户端只允许一个连接):
Socket service1 accesses current count of food items
Socket service2 accesses current count of drink items