Sometime we want eventloop to handle some special requests. E.g for ather's use case, we want the eventloop to pause sending data until the resume command. Handling this through user channel will be too late. Add a new channel tx to MqttClient for special requests
Sometime we want eventloop to handle some special requests. E.g for ather's use case, we want the eventloop to pause sending data until the resume command. Handling this through user channel will be too late. Add a new channel tx to
MqttClient
for special requests