Rob O'Teer

Results 1 comments of Rob O'Teer

Also ran into this issue. I had not SocketIO, but Influx between call to flask_mqtt.Mqtt(app) and on_connect callback. Looks like any delay can mess things up: ``` import flask import...