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:
@@ -9,7 +9,7 @@ export interface FeedProxy {
|
||||
}
|
||||
|
||||
export interface FeedClient {
|
||||
userConnected: (user: any) => void;
|
||||
setConnectionId: (id: string) => void;
|
||||
userDisconnected: (id: string) => void;
|
||||
|
||||
updateMatch: (match: Match) => void;
|
||||
|
||||
Reference in New Issue
Block a user