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.
the simplest solution iterate on groups , remove connection id each of them. there isn't inbuilt method in signalr this.
Comments
Post a Comment