Using RPC over MQTT. When the MQTT broker closes connection for any reason. The mos tool reports a Lost conection to MQTT broker: EOF but stays waiting for a response until the timeout is triggered. It should either try to retake the connection or fail instantly so the call can be retried.
Using RPC over MQTT. When the MQTT broker closes connection for any reason. The mos tool reports a
Lost conection to MQTT broker: EOFbut stays waiting for a response until the timeout is triggered. It should either try to retake the connection or fail instantly so the call can be retried.