mirror of
https://github.com/chylex/Minecraft-Phantom-Panel.git
synced 2025-11-09 07:43:38 +01:00
Compare commits
2 Commits
02828a91c6
...
873d036895
| Author | SHA1 | Date | |
|---|---|---|---|
|
873d036895
|
|||
|
b32a9dba6b
|
@@ -58,7 +58,7 @@ try {
|
|||||||
var agentServices = new AgentServices(agentInfo, folders, new AgentServiceConfiguration(maxConcurrentBackupCompressionTasks), new ControllerConnection(rpcSocket.Connection));
|
var agentServices = new AgentServices(agentInfo, folders, new AgentServiceConfiguration(maxConcurrentBackupCompressionTasks), new ControllerConnection(rpcSocket.Connection));
|
||||||
await agentServices.Initialize();
|
await agentServices.Initialize();
|
||||||
|
|
||||||
using var actorSystem = ActorSystemFactory.Create("Agent");
|
using var actorSystem = ActorSystemFactory.Create("Web");
|
||||||
|
|
||||||
var rpcMessageHandlerInit = new ControllerMessageHandlerActor.Init(rpcSocket.Connection, agentServices, shutdownCancellationTokenSource);
|
var rpcMessageHandlerInit = new ControllerMessageHandlerActor.Init(rpcSocket.Connection, agentServices, shutdownCancellationTokenSource);
|
||||||
var rpcMessageHandlerActor = actorSystem.ActorOf(ControllerMessageHandlerActor.Factory(rpcMessageHandlerInit), "ControllerMessageHandler");
|
var rpcMessageHandlerActor = actorSystem.ActorOf(ControllerMessageHandlerActor.Factory(rpcMessageHandlerInit), "ControllerMessageHandler");
|
||||||
|
|||||||
Reference in New Issue
Block a user