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