mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-23 01:37:59 +00:00
more refactoring in feed service
This commit is contained in:
@@ -22,7 +22,7 @@ export interface FeedServer {
|
||||
unsubscribe(matchId: number): void;
|
||||
}
|
||||
|
||||
export enum ConnectionState {
|
||||
export enum SignalRConnectionStatus {
|
||||
Connected = 1,
|
||||
Disconnected = 2,
|
||||
Error = 3
|
||||
|
||||
Reference in New Issue
Block a user