Exemplo n.º 1
0
        public override async Task OnDisconnectedAsync(Exception exception)
        {
            await EntitySignalDataStore.RemoveConnection(Context.ConnectionId);

            await base.OnDisconnectedAsync(exception);
        }
Exemplo n.º 2
0
 public void DeSyncFrom(string url)
 {
     EntitySignalDataStore.RemoveUrlSubscription(Context.ConnectionId, url);
 }