Example #1
0
 public DemoController(HubEventBus bus, IHubContext <AnyHub> anyHub)
 {
     _bus    = bus;
     _anyHub = anyHub;
 }
Example #2
0
 public AnyHub(HubEventBus hubEventBus)
 {
     _hubEventBus = hubEventBus;
 }