Deniz Saner

Results 20 comments of Deniz Saner

Just placed a PR at #20

@tekjar Sorrry - yeah 😁 I've verified this behaviour with the `v.0.30.1` tag. The problem is that after executing `mqtt_io`, receiving a `UserDisconnect` and setting the `is_network_enabled` flag to `false`,...

Yeah for sure. The code below does it for me. `init_logging` simply configures env logger to see what's going on in rumqtt. I'm building rumqtt from source after resetting to...

In case you're busy right now, I'd be happy to open a PR, if you share your approach! I've been hitting my head against the circular dependency for the past...

To be honest, I thought it would be nice to contribute to this project, as I' ve been using it quite a bit and thought that a `reconnect_with_opts` method would...

I just finished a long running test and it seems like the token does not get refreshed. Last error message was also the last publish message and it says "token...

When the jwt expires and you try to publish, `mqtt_io` returns a `NetworkError::NetworkStreamClosed` error, which is returned with `Err(false)`. After, the client cannot recover again. ```bash rumqtt::client::connection - Event loop...

That was simply because my reconnection options were set to never. Never mind!

I opened a PR concerning graceful shutdown, as I noticed that on reconnect, the client would simply close the connection. That said, I'm still trying to wrap my head around...

Thanks so much hest! Please merge ASAP!