Roger Light
Roger Light
I'm not familiar with adversary schedulers, but the point stands - if something happens to stop the client before that call then the broker will not retry. I'd be happy...
I've added a comment to mosquitto_broker.h that should address this.
Do you have any unusual config options set that might be contributing to the problem?
I've backported the keepalive check code from the develop branch, it shouldn't have this problem because it operates in a different way.
Do you think you could you try and capture wireshark trace of when this happens?
@kotu-pl What version of Mosquitto are you using? Are you absolutely sure that a Will message is being set on your client? If you are able to provide a wireshark/tcpdump...
The conflict here is with max_queued_bytes and the lazy reconnect threshold. If you swap to normal bridge mode then it should start working again, and I'll see about fixing the...
My guess would be that you have got duplicate or conflicting parameters in your certificate files. All certificates must be unique (I notice you are using the server certificates in...
Thanks, I'll take a look.
libuv 1.50.0 started using this function, which is only available starting from Windows 10. Windows Server 2016 does not have it. 1.51.0 has a fix in place, so once that...