There was an error while loading. Please reload this page.
1 parent 9bc0b15 commit b50d346Copy full SHA for b50d346
micropython/umqtt.simple/umqtt/simple.py
@@ -206,6 +206,7 @@ def wait_msg(self):
206
self.sock.write(pkt)
207
elif op & 6 == 4:
208
assert 0
209
+ return op
210
211
# Checks whether a pending message from server is available.
212
# If not, returns immediately with None. Otherwise, does
0 commit comments