fix connection on logout
This commit is contained in:
@@ -68,6 +68,7 @@ namespace MareSynchronos.WebAPI
|
||||
private void DalamudUtilOnLogOut()
|
||||
{
|
||||
Task.Run(async () => await StopConnection(_connectionCancellationTokenSource.Token));
|
||||
ServerState = ServerState.Offline;
|
||||
}
|
||||
|
||||
private void DalamudUtilOnLogIn()
|
||||
|
||||
Reference in New Issue
Block a user