PMacho
PMacho
> This is a configuration cache bug where gradle tries to serialize an exception during caching. Disable it and rerun to show the original issue, gradle should just not try...
> Hi @degill > Yes, you can add a DisconnectedListener and set reconnect to false, for example: > > ```java > final AtomicBoolean cancelReconnect = new AtomicBoolean(false); > Mqtt5Client.builder() >...
> Hei @PMacho > > Did you find a solution to cancel the ongoing delayed reconnect? > > You won't be able to manually call connect either since the client...
@flopfl you're welcome
@SgtSilvio It is correct, that the first message is never acknowledged. This is not a bug but intentionally, since there was an error in the processing. Thus, acknowledging the message...
@fracasula > On the client side then, if 3 is acked, no packets should really be sent to the broker but simple buffered in memory till also 1 and 2...
> I hope what I wrote above is educational. Actually no, sorry. I am well aware of the different kinds of errors. However, what you suggest, is a form of...