Ian Craggs

Results 432 comments of Ian Craggs

If we're going for a significant renaming exercise, which I think we should for these enums/constants, then we'll need a major version change to signify that (2.0.0).

You need to take a trace at the protocol level as described in the README so I can see what actions are being taken. What is the OS? Does automatic...

I can't say for sure but generally you would only get a connectionLost if you weren't connected. Your sending thread doesn't stop once the You seem to have gone to...

Well the keep alive is intended to do exactly as you need so it's a lot of extra work for you. Anyway what I suspect is happening is that the...

The 1.4 branch has an implementation of this for the async (MQTTAsync) client. I'm not intending to add this to the MQTTClient API.

@CIPop no I hadn't heard of it until now. I guess the best way to help is to develop and release a new version of this library an then see...

I reverted this PR because it still didn't work for the MacOS and LibreSSL builds.

There isn't a formal broker agnostic way to find that out in MQTT as far as I know. Each client could send a test message to the topic once it...