Skip to content

Instantly share code, notes, and snippets.

@elbruno
Last active August 29, 2015 14:04
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 elbruno/279ff81bf5e768d238b5 to your computer and use it in GitHub Desktop.
Save elbruno/279ff81bf5e768d238b5 to your computer and use it in GitHub Desktop.
El Bruno - SignalR, Html Client not raise OnConnected on Hub (I)
public override System.Threading.Tasks.Task OnConnected()
{
// some weird stuff here
return base.OnConnected();
}
public void JoinToArea(string area)
{
Groups.Add(Context.ConnectionId, area);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment