Commit Graph

2 Commits

Author SHA1 Message Date
c6d771ee5d feat: implement socket-based communication with event-driven message handling
Add socket connection management with automatic reconnection logic and
event-based message routing. The implementation includes a connection pool
for managing multiple socket instances, heartbeat mechanism for connection
health monitoring, and a message queue for handling outbound data with
backpressure support.
2025-07-30 04:56:55 +00:00
a8d61fd475 feat: implement request handling with validation and response formatting 2025-07-29 12:35:38 +00:00