-
- Downloads
MQTT thread wasn't even attempted to be started on Windows
mqtt_thread_start() actually will fail on Windows currently because we're using a non-thread-safe version of mosquitto.dll This moves the mqtt thread start further up before some *nix-specific stuff, so hopefully that's not an issue.
Loading
Please register or sign in to comment