mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-23 01:37:59 +00:00
set connection id on start
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
<match [match]="match" (updateSubscription)="updateSubscription($event)"></match>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<chat [matches]="matches"></chat>
|
||||
<chat [matches]="matches" [connection]="connectionId"></chat>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user