0

I am working on a chat application. I am able to send message to a particular client or all the connected clients. But i want to select 4 Connected user out of 10 connected user and send the for a common message at a time.

Any help is very much appreciated.

4

2 回答 2

0

您可以通过捕获来监控哪些用户已连接connectionid,然后您可以根据已连接的用户及其唯一标识符决定将消息发送给谁。

这里有一篇很好的博客文章展示了这个想法。

于 2013-09-13T15:32:21.210 回答
0

客户应该在特定的组中。 https://github.com/SignalR/SignalR/wiki/PersistentConnection

“您可以将连接添加到组并将消息发送到特定组。组不会保留在服务器上,因此应用程序负责跟踪哪些组中的连接,以便可以实现组计数等功能。”

于 2013-09-13T15:08:29.087 回答