1
0
mirror of https://github.com/chylex/Minecraft-Phantom-Panel.git synced 2025-08-14 07:16:59 +02:00
Commit Graph

29 Commits

Author SHA1 Message Date
c7b57fac97 Fix Rider inspections 2024-03-30 17:08:57 +01:00
7cdb0a1910 Migrate RPC message handling to Akka.NET 2024-03-23 00:21:39 +01:00
0d039b69de Implement actors in Controller via Akka.NET 2024-03-11 00:01:54 +01:00
2471dc04f1 Improve handling of missing registration message 2023-12-17 18:38:23 +01:00
5bc474d455 Define message groups and use queues to send and process messages within each group sequentially 2023-12-17 07:41:58 +01:00
3cab9a0152 Move Controller RPC code into the RPC utils project 2023-12-17 07:41:57 +01:00
96456f90bc Reimplement Web service 2023-12-05 14:27:55 +01:00
e69b0245aa Refactor methods for sending messages and waiting for replies 2023-12-02 06:30:06 +01:00
cd332a6571 Fix Controller handling messages from unauthorized Agents 2023-10-23 14:03:15 +02:00
2a9bb9e6ac Extract classes for client-to-server RPC connection 2023-10-23 14:03:13 +02:00
55b853d227 Fully separate Controller and Web into their own services - Controller compiling and setup 2023-10-23 14:02:58 +02:00
627e7436fd Remove unnecessary trailing spaces 2023-10-23 01:16:44 +02:00
c89e30cd3f Update to .NET 8 2023-04-07 01:33:13 +02:00
0091fa11fb Merge several Utils projects 2023-04-07 01:33:13 +02:00
0af14c3262 Fix code issues and inefficiencies 2023-03-05 07:29:45 +01:00
dacd786b4c Work around .NET starving thread pool when reading process output 2023-03-03 08:32:05 +01:00
89e67e1690 Log exceptions caught in RPC thread 2023-03-03 04:28:33 +01:00
d2e7f4f876 Add TaskManager shutdown logging of remaining tasks 2023-01-25 12:08:53 +01:00
f4aec6f11d Refactor sequence IDs in message replies 2023-01-24 01:09:25 +01:00
2cc7975193 Rework message replies 2022-12-30 03:26:06 +01:00
6472134f9a Update all NuGet packages 2022-12-29 18:20:24 +01:00
bcb53528b9 Refactor RPC to use a single long running task 2022-10-19 15:24:40 +02:00
bcfc2c8240 Rewrite Agent shutdown procedure to delay RPC disconnection until main services are stopped 2022-10-19 06:36:31 +02:00
24e08f1943 Migrate from MessagePack to MemoryPack for RPC serialization 2022-10-19 00:26:17 +02:00
3d2b0d5373 Move TaskManager to Phantom.Utils.Runtime project 2022-10-16 16:54:34 +02:00
c4b1d3c920 Fix graceful shutdown issues 2022-10-14 17:20:41 +02:00
8c9925921c Migrate solution to centralized NuGet package versions 2022-10-12 19:19:19 +02:00
640731634b Add custom task manager for tracking running tasks 2022-10-07 20:16:45 +02:00
23a4cf69dd Add communication between Agent and Server via ZeroMQ and MessagePack 2022-10-07 07:27:20 +02:00