mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 16:46:31 +00:00
create clients without window
This commit is contained in:
@@ -24,7 +24,7 @@ public class LoaderClient(LoaderClientConfig config, ILogger logger, Cancellatio
|
||||
{
|
||||
FileName = SecurityConstants.EXTERNAL_LOADER_PATH,
|
||||
Arguments = $"--port {config.ZeroMqPort} --api {config.ApiUrl}",
|
||||
//CreateNoWindow = true
|
||||
CreateNoWindow = true
|
||||
};
|
||||
|
||||
process.OutputDataReceived += (_, e) =>
|
||||
|
||||
Reference in New Issue
Block a user