Commit Graph

1 Commits

Author SHA1 Message Date
jgrusewski
1a3dd5409a feat(ctrader-openapi): message dispatcher with request correlation
MessageDispatcher spawns a reader task that routes responses to pending
requests by clientMsgId (UUID + oneshot channels), and broadcasts
server-pushed events (executions, spots, errors) via tokio broadcast.
Handles connection closure with pending request cleanup.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 19:23:30 +01:00