SignalR Adding/Removing Connections from a dictionary and finding Group values from dictionary
问题 I have Organizations that login to an asp.net website and when each member logs in I add their ConnectionId and OrganizationId to a static ConcurrentDictionary named OrganizationMembers in a SignalR Hub OnConnected override. I do this so I can send data to a page callback function that contains data relative only to that Organization (SignalR Group). The OrganizationId will represent the SignalR Group that I send data to. Also in the OnConnnected method, I add the OrganizationId and