asp.net - Remove connection from all groups in SignalR -


how can remove specific connection groups in signalr? - in application connection of specific user can associated several groups. don't want use database track association of connection groups.

signalir docs

the simplest solution iterate on groups , remove connection id each of them. there isn't inbuilt method in signalr this.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -