You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Description({"If the console input should be forwarded to the server", "This also means that ViaProxy is not able to read the console input!", "If the server process is not running, the input will be handled by ViaProxy"})
38
+
@Description({
39
+
"If the console input should be forwarded to the server",
40
+
"This also means that ViaProxy is not able to read the console input!",
41
+
"If the server process is not running, the input will be handled by ViaProxy"
42
+
})
37
43
publicstaticbooleanforwardConsole = true;
38
44
39
45
@Option("ShutdownTimeout")
40
-
@Description({"The time in seconds to wait for the server to shutdown before forcing it", "A force shutdown may cause data loss!"})
46
+
@Description({
47
+
"The time in seconds to wait for the server to shutdown before forcing it",
0 commit comments