Make RandomId Thread Safe

This commit is contained in:
Li 2022-08-31 20:38:08 +12:00
parent f739c99c87
commit 248344f800
2 changed files with 10 additions and 5 deletions

View file

@ -50,7 +50,6 @@ namespace HISP.Server
private Timer minuteTimer;
private bool isDisconnecting = false;
private int timeoutInterval = 95 * 1000;
private int totalMinutesElapsed = 0;