Most functions works

This commit is contained in:
2025-07-12 16:50:23 +03:00
parent 368b6e58f5
commit e69f8795ef
8 changed files with 20 additions and 26 deletions
+3 -3
View File
@@ -58,10 +58,10 @@ class Program
var frontendBridge = app.Services.GetService<IFrontendBridge>()!;
await frontendBridge.Connect();
_ = app.Services.GetService<RequestExtractor>()!.StartExtraction();
_ = app.Services.GetService<UdpUntrustedInteraction>().Start(serverEndPoint);
_ = app.Services.GetService<IRequestExtractor>()!.StartExtraction();
_ = app.Services.GetService<IUntrustedInteractionModule>().Start(serverEndPoint);
Console.WriteLine(app.Services.GetService<IEndPointContext>().HostId);
var context = app.Services.GetService<RemoteInstanceRepository>();
var context = app.Services.GetService<IInstanceRepository>();
#if !JUST_LOAD
var factory =