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
Avoid the following crash ``` ** Reason for termination == ** {mqtt_unexpected_cast,{shutdown,"Closed via management plugin"}} crasher: initial call: rabbit_mqtt_reader:init/1 pid: <0.1096.0> registered_name: [] exception exit: {mqtt_unexpected_cast, {shutdown,"Closed via management plugin"}} in function gen_server:handle_common_reply/8 (gen_server.erl, line 1208) ``` when closing MQTT or Stream connections via HTTP API endpoint ``` /connections/username/:username ```
0 commit comments