Michael Marconi
Michael Marconi
I'm struggling with the issue of resubscription on network disconnects. I've read through this issue and [issue 143](https://github.com/AtherEnergy/rumqtt/pull/143) and I'm none the wiser! In my case, after an initial successful...
@TotalKrill I'm using `0.30.1`, which is what `cargo search` turned up.
Hi @tekjar, I believe I'm setting `clean_session` to `false`: ``` // MQTT options let mqtt_broker_host = env::var("MQTT_BROKER_HOST").expect("The MQTT broker host environment setting is missing!"); let mqtt_broker_port: u16 = env::var("MQTT_BROKER_PORT").expect("The MQTT...
@tekjar, I just noticed your comment that states that the [disconnect handling is implemented on `master`](https://github.com/AtherEnergy/rumqtt/pull/143#issuecomment-512771575). I've just tried pulling the master branch into my cargo dependencies but it won't...
Thanks @tekjar, that did the trick. I'm receiving the `Reconnection` notification now and resubscribing to topics when that happens.
Anyone get anywhere with this? I need to skip 30 secs at a time through an MP3. Would it be possible to do this by [Seeking](https://doc.rust-lang.org/nightly/std/io/trait.Seek.html) in the underlying decoder?
Hi Bill - no crisis; I've been using the excellent [JSON formatter](http://jsonformatter.curiousconcept.com/). Unfortunately, so has everyone else, so it's not very responsive at the moment! Perhaps you should remove the...
Hey @mattjgalloway, did you ever get anywhere with this?
Ditto here @metaljay: I'm getting them so frequently (start-up, alarm mode change, etc) that it's rendered the integration useless for me: * `ERROR: Corrupt response from panel: Unexpected start, expected...
Thanks @metaljay; I'd prefer to remain in Home Assistant but I'll investigate that as an option...