Skip to content
  • Rob Swindell's avatar
    MQTT thread wasn't even attempted to be started on Windows · e34c14d6
    Rob Swindell authored
    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.
    e34c14d6