mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 20:44:16 +01:00
fix connection on logout
This commit is contained in:
parent
a7a3ae66a9
commit
3fefd35b02
3 changed files with 10 additions and 2 deletions
|
|
@ -68,6 +68,7 @@ namespace MareSynchronos.WebAPI
|
|||
private void DalamudUtilOnLogOut()
|
||||
{
|
||||
Task.Run(async () => await StopConnection(_connectionCancellationTokenSource.Token));
|
||||
ServerState = ServerState.Offline;
|
||||
}
|
||||
|
||||
private void DalamudUtilOnLogIn()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue