rebuild project & update internal names
This commit is contained in:
19
LightlessSync/WebAPI/SignalR/Utils/ServerState.cs
Normal file
19
LightlessSync/WebAPI/SignalR/Utils/ServerState.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
namespace LightlessSync.WebAPI.SignalR.Utils;
|
||||
|
||||
public enum ServerState
|
||||
{
|
||||
Offline,
|
||||
Connecting,
|
||||
Reconnecting,
|
||||
Disconnecting,
|
||||
Disconnected,
|
||||
Connected,
|
||||
Unauthorized,
|
||||
VersionMisMatch,
|
||||
RateLimited,
|
||||
NoSecretKey,
|
||||
MultiChara,
|
||||
OAuthMisconfigured,
|
||||
OAuthLoginTokenStale,
|
||||
NoAutoLogon
|
||||
}
|
||||
Reference in New Issue
Block a user