I'm using azure-iot-device-amqp
. I have a proxied connection so I'm using redsocks
to reroute the connection via the proxy.
However, the proxy server sometimes drops the connection and starts again. But, the IoT hub publisher does not detect this. It keeps sending data and the IoT Hub does not receive anything. Nothing is shown on the IoT Hub subscriber as well.
I dont get the Message Enqueued
message.