Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mosquitto-dev] libmosquitto: wait for queued messages to be sent before disconnecting


Hi all,
I'm using libmosquitto with TCP_CORK set on the socket. When I disconnect, not all queued messages are sent out (qos=1). Is there a way to delay the disconnect until all queued messages are out, or to query if there are still messages queued?
BR, Christian


Back to the top