hivemq / mqtt-cli

MQTT CLI is a useful command line interface for connecting various MQTT clients supporting MQTT 5.0 and 3.1.1
https://hivemq.github.io/mqtt-cli/
Apache License 2.0
305 stars 47 forks source link

Add SIGPIPE handling to the subscribe command #363

Closed LukasBrand closed 9 months ago

LukasBrand commented 9 months ago

https://hivemq.kanbanize.com/ctrl_board/22/cards/11600/details/

Fixes #282

gitseti commented 9 months ago

Can we also assert the correct behavior in a simple single system test?

LukasBrand commented 9 months ago

Can we also assert the correct behavior in a simple single system test?

Unfortunately a system test is not trivial to setup for it and can be added later on.