rumqtt icon indicating copy to clipboard operation
rumqtt copied to clipboard

rumqttd: Return list of topic subscribed on console API

Open de-sh opened this issue 1 year ago • 1 comments

Expected Behavior

curl -X GET http://localhost:3333/subscriptions should return a response body containing JSON array listing all subscriptions.

Current Behavior

Console API returns nothing, but triggers a print to terminal, i.e. we are not constructing a response with requested info.

de-sh avatar Aug 05 '24 17:08 de-sh