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.
我对 SignalR 很陌生。我试图寻找解决方案但没有成功。有没有办法遍历 SignalR 中的客户端?也就是说,我需要检查每个客户端的状态,并根据它来决定做什么。
谢谢
我不确定是否有更简单的方法。但我实现它的方式是创建一个静态列表,每次用户连接时,我都会将它们添加到该列表中。并在断开连接时删除用户。