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 中的所有组中删除特定连接?- 在我的应用程序中,特定用户的连接可以与多个组相关联。我不想使用数据库来跟踪与组的连接的关联。
SignalIR 文档
最简单的解决方案是遍历所有组并从每个组中删除连接 ID。SignalR 中没有内置方法来执行此操作。