mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-16 08:54:47 +01:00
use async for WriteData
This commit is contained in:
@@ -17,7 +17,8 @@ namespace nksrv.LobbyServer.Msgs.Auth
|
||||
var req = await ReadData<ReqLogout>();
|
||||
|
||||
JsonDb.Instance.GameClientTokens.Remove(UsedAuthToken);
|
||||
WriteData(new ResLogout());
|
||||
|
||||
await WriteDataAsync(new ResLogout());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user