Skip to content

Instantly share code, notes, and snippets.

@thecopy
Created April 11, 2013 18:15
Show Gist options
  • Save thecopy/5365807 to your computer and use it in GitHub Desktop.
Save thecopy/5365807 to your computer and use it in GitHub Desktop.
_hubConnection = new HubConnection(url);
_hubProxy = _hubConnection.CreateHubProxy("ZombieHub");
_hubProxy.On<Guid>("Ping", OnPing);
_hubConnection.Start().Wait();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment