Skip to content

Instantly share code, notes, and snippets.

@diegobersano
Last active May 2, 2016 01:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diegobersano/58d137344121a6b569331212dedf6645 to your computer and use it in GitHub Desktop.
Save diegobersano/58d137344121a6b569331212dedf6645 to your computer and use it in GitHub Desktop.
/// <summary>
/// Une al cliente al grupo especificado.
/// </summary>
/// <param name="groupName">Nombre del grupo.</param>
public void JoinToGroup(string groupName)
{
Groups.Add(Context.ConnectionId, groupName);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment