Ian Craggs

Results 432 comments of Ian Craggs

> @icraggs i'm working on a testcase for windows ca. It's okay to use `ssl://test.mosquitto.org:8081` for the Test? Port 8081 has a Lets Encrypt certificate. > As a test, i...

I've created a debian branch as requested. I'll take a look at the PR once you've created it.

I think we'll need a bigger section of the trace. Looks like a keep alive timeout to me. What symptom does your application program get?

So, this message means that a ping response hasn't been received from the MQTT server. The response on the part of the client library should be to close the connection...

Equally, if destroy is called while still connected, and disconnect is not called, this will also cause problems. Ok, looking at the referenced issue, what you're really asking for is...

I have put some performance changes into the develop branch, if you want to try those out.

It's from May (56c6151e9bf088f498dce8a375386fc1852ceb06). I was referring to the updates added to the develop branch since 1.3.10 in March. But there are several timing changes in the develop branch -...

Hi. Firstly, If you want the highest performance, I would advise using the asynchronous client. And for high performance with QoS 2, you really need to have more than 1...