You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HTTP server in server/http/server.go only exposes POST /publish. There is no subscribe or consume endpoint, so HTTP clients cannot receive messages. Needs at minimum an SSE or WebSocket-based subscribe path.
The HTTP server in server/http/server.go only exposes POST /publish. There is no subscribe or consume endpoint, so HTTP clients cannot receive messages. Needs at minimum an SSE or WebSocket-based subscribe path.