Change the port number to check
This commit is contained in:
parent
35554c8de3
commit
f976346b2d
1 changed files with 3 additions and 1 deletions
|
@ -264,7 +264,9 @@ class StateMachine {
|
||||||
Socket sock = await Socket.connect(
|
Socket sock = await Socket.connect(
|
||||||
"127.0.0.1", settings.inst!.serverSettings.RconPort);
|
"127.0.0.1", settings.inst!.serverSettings.RconPort);
|
||||||
await sock.close();
|
await sock.close();
|
||||||
} catch (E) {
|
} catch (E, stack) {
|
||||||
|
print("Dead process checker caught: ${E}\n\n${stack}\n\n");
|
||||||
|
|
||||||
DeadProcKillswitch.complete();
|
DeadProcKillswitch.complete();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue