mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Remove EmbedIO dependency, #667
After second thought it looks like EmbedIO offers absolutely nothing we can't do with a bit of coding. It brings a lot of dependencies (mainly yet another logging library) for absolutely no reason. I'd rather write my own API controllers.
This commit is contained in:
@@ -336,7 +336,6 @@ namespace ArchiSteamFarm {
|
||||
return;
|
||||
}
|
||||
|
||||
IPC.Initialize(GlobalConfig.IPCHost, GlobalConfig.IPCPort);
|
||||
OS.Init(GlobalConfig.Headless);
|
||||
WebBrowser.Init();
|
||||
|
||||
@@ -437,6 +436,7 @@ namespace ArchiSteamFarm {
|
||||
goto default;
|
||||
}
|
||||
|
||||
IPC.Init(GlobalConfig.IPCHost, GlobalConfig.IPCPort);
|
||||
IPC.Start();
|
||||
break;
|
||||
case "--service":
|
||||
|
||||
Reference in New Issue
Block a user