This website requires JavaScript.
Explore
Help
Register
Sign In
torsten
/
yourpart-daemon
Watch
1
Star
0
Fork
0
You've already forked yourpart-daemon
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
Files
02bd0de75dbe3fc641d0178f6244ad5a519d893c
yourpart-daemon
/
src
History
Torsten Schulz (local)
02bd0de75d
Refactor user ID filtering in WebSocket server: Enhanced the logic to only filter messages based on user_id if the target user ID is numerically valid. Updated comments for clarity on the filtering behavior and historical context regarding user ID handling.
2025-12-01 13:31:12 +01:00
..
db
Add TransportWorker and enhance logging: Introduced TransportWorker to the worker module and improved shutdown logging in the daemon for better visibility during system termination. Updated watchdog thread sleep mechanism for quicker shutdown response and refined error handling in DbError conversion to include SQLSTATE as a string.
2025-11-26 16:03:27 +01:00
worker
Implement periodic ping frames in WebSocket server for keepalive and update overproduction handling in ProduceWorker to include branch_id. This enhances connection stability and improves notification clarity for overproduction events.
2025-12-01 13:25:23 +01:00
config.rs
Initial commit: Rust YpDaemon
2025-11-21 23:05:34 +01:00
main.rs
Add TransportWorker and enhance logging: Introduced TransportWorker to the worker module and improved shutdown logging in the daemon for better visibility during system termination. Updated watchdog thread sleep mechanism for quicker shutdown response and refined error handling in DbError conversion to include SQLSTATE as a string.
2025-11-26 16:03:27 +01:00
message_broker.rs
Initial commit: Rust YpDaemon
2025-11-21 23:05:34 +01:00
websocket_server.rs
Refactor user ID filtering in WebSocket server: Enhanced the logic to only filter messages based on user_id if the target user ID is numerically valid. Updated comments for clarity on the filtering behavior and historical context regarding user ID handling.
2025-12-01 13:31:12 +01:00