Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created November 30, 2018 12:12
Show Gist options
  • Save wullemsb/012d16d1d6610ec6a537e5f8cb8ec254 to your computer and use it in GitHub Desktop.
Save wullemsb/012d16d1d6610ec6a537e5f8cb8ec254 to your computer and use it in GitHub Desktop.
var userConnectionId = await _userLogic.GetConnectionId(userId);
if (!string.IsNullOrWhiteSpace(userConnectionId))
await Groups.RemoveFromGroupAsync(userConnectionId, groupName);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment