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