Added Socket support

This commit is contained in:
2024-12-18 23:58:13 +02:00
parent 424bf2196f
commit c79c792c43
14 changed files with 251 additions and 11 deletions

View File

@@ -121,6 +121,7 @@ public class Program
await Installer.GenerateStartupConfig();
Application.InitializeThreadedApi();
Application.InitializeThreadedSockets();
}