Steve Hamblett

Results 96 comments of Steve Hamblett

The connection timeout period from the API - ``` /// Connect timeout value in milliseconds, i.e the time period between /// successive connection attempts. ``` its the period between successive...

Have you tried not connecting the client to a device you seem to know is not switched on? This relatively pointless as it will never work. You can use many...

@laterdayi Its hard to tell, do you know if your device is on or not before you try to connect? @Vera-Spoettl The MQTT protocol is not useful for detecting whether...

No not as such. MQTT is not a HTTP based protocol, the client opens a socket and transmits/receives binary data to/from the broker as per the MQTT protocol spec. There...

Yes this is a well known phenomena, please look through the closed issues for the many raised in this area and the solutions proposed. In short there is nothing the...

So are you saying one set of settings works and the other doesn't? Its not clear to me, what is vue3? You are connecting and sending the connect message -...

This package should be updated as per mqtt_client issue [449](https://github.com/shamblett/mqtt_client/issues/449), mockiio support should be added to remove all but the secure and ws mock brokers.

Applied fix, your test works OK now, packaged re-published at version 4.4.0 please re test.