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.
如何检测哪些客户端已断开连接?我正在使用 Hub 并看到了IDisconnect实现接口的聊天示例。Disconnect()例如,在刷新或关闭页面时调用De函数。它工作正常,但如何检测哪一个已断开连接?
IDisconnect
Disconnect()
集线器上有一个客户端 ID 属性 (Context.ClientId),您可以使用它来确定哪个客户端断开连接。