mirror of
https://github.com/DeBrosOfficial/network.git
synced 2025-12-12 22:58:49 +00:00
- Eliminated the RQLite service management functions from the ProcessManager, streamlining the service startup and shutdown processes. - Updated the Gateway to utilize a mutex for thread-safe access to the Olric client, enhancing concurrency handling. - Refactored cache handler methods to consistently retrieve the Olric client, improving code clarity and maintainability. - Added a reconnect loop for the Olric client to ensure resilience during connection failures, enhancing overall system reliability.