fizista / micropython-umqtt.simple2

MIT License
74 stars 35 forks source link

Internal error in check_msg() using the minimized version of simple2 #17

Closed Alain-Godo closed 1 year ago

Alain-Godo commented 1 year ago

Describe the bug Internal error in check_msg() using the minimized version of simple2 line 144 in check_msg TypeError: function takes 2 positional arguments but 4 were given

To Reproduce while True: try: client.check_msg() program.run() except OSError as e: restart_and_reconnect()

Details (please complete the following information):

Alain-Godo commented 1 year ago

Sorry for that...I forget the parameters retained and duplicate....