feat(sockets): align with Hero Socket Convention -- HTTP over UDS + standardized layout #67
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_compute!67
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_hero_socket"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Migrate hero_compute from raw newline-delimited JSON-RPC via UnixRpcServer
to HTTP-over-UDS via AxumRpcServer with standardized socket directory layout
under $HERO_SOCKET_DIR/hero_compute/.
explorer_socket_path()
Socket layout:
~/hero/var/sockets/hero_compute/rpc.sock (server)
~/hero/var/sockets/hero_compute/ui.sock (dashboard)
~/hero/var/sockets/hero_compute/explorer_rpc.sock (explorer)
#65