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.
我正在尝试设置一个 Socket 服务器。我设法与客户沟通。我想做的是向更多客户发送相同的响应,比如说 2。这可能吗?任何人都可以提供提示吗?
您所描述的技术是多播,但您可能不应该使用它。相反,在服务器上为每个客户端创建单独的线程,以便它们同时相互通信。