Publishing is working fine on same MQTT connection while subscribe is not working. I traced back the error to this function: > wait_msg() `res = self.sock.read(1)` is receiving: `b''` on sending data on subscribed topic.
Publishing is working fine on same MQTT connection while subscribe is not working.
I traced back the error to this function:
res = self.sock.read(1)is receiving:b''on sending data on subscribed topic.