kopia lustrzana https://github.com/micropython/micropython-lib
rodzic
9bc0b15f11
commit
b50d3462d7
|
@ -206,6 +206,7 @@ class MQTTClient:
|
||||||
self.sock.write(pkt)
|
self.sock.write(pkt)
|
||||||
elif op & 6 == 4:
|
elif op & 6 == 4:
|
||||||
assert 0
|
assert 0
|
||||||
|
return op
|
||||||
|
|
||||||
# Checks whether a pending message from server is available.
|
# Checks whether a pending message from server is available.
|
||||||
# If not, returns immediately with None. Otherwise, does
|
# If not, returns immediately with None. Otherwise, does
|
||||||
|
|
Ładowanie…
Reference in New Issue