Fall back to web.sock when admin/ui sock is absent #103

Closed
opened 2026-05-11 10:18:21 +00:00 by zaelgohary · 1 comment
Member

hero_router resolved /<service>/admin/... and /<service>/ui/... strictly to admin.sock and ui.sock respectively. Services that only ship a web.sock returned 502. Added a fallback so the router tries web.sock if the requested suffix is absent.

`hero_router` resolved `/<service>/admin/...` and `/<service>/ui/...` strictly to `admin.sock` and `ui.sock` respectively. Services that only ship a `web.sock` returned 502. Added a fallback so the router tries `web.sock` if the requested suffix is absent.
Author
Member

Fixed in 9ab9a77.

Fixed in 9ab9a77.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_router#103
No description provided.