From 438770caca2d38c7d2b76bf4b8615a05360b6396 Mon Sep 17 00:00:00 2001 From: chsakell Date: Wed, 12 Oct 2016 09:42:10 +0300 Subject: [PATCH] add comment --- Hubs/Broadcaster.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Hubs/Broadcaster.cs b/Hubs/Broadcaster.cs index 9b44956..05fec25 100644 --- a/Hubs/Broadcaster.cs +++ b/Hubs/Broadcaster.cs @@ -24,6 +24,7 @@ namespace LiveGameFeed.Hubs } } + // Client side methods to be invoked by Broadcaster Hub public interface IBroadcaster { Task SetConnectionId(string connectionId);