コード例 #1
0
ファイル: BootstrapService.cs プロジェクト: maxbl4/RaceLogic
 private void SetupWsProxy()
 {
     messageHub.SubscribeAsync <TimingSessionUpdate>(async x =>
                                                     await raceHub.Clients.All.SendAsync(nameof(TimingSessionUpdate), x));
 }