Fix IsRunning in GSIServer
This commit is contained in:
parent
1673310db6
commit
cfd5d2e2c3
@ -20,6 +20,8 @@ public class GSIServer
|
||||
|
||||
Thread connectionListener = new (HandleConnection);
|
||||
connectionListener.Start();
|
||||
|
||||
IsRunning = true;
|
||||
}
|
||||
|
||||
private async void HandleConnection()
|
||||
|
Loading…
Reference in New Issue
Block a user