Ravi Teja

Results 145 comments of Ravi Teja

Also, if you use a good distributed broker, broker will remember the subscription with `clean_session = false` during connection

That's debatable. Usually if you want that behavior, do a persistent connection and broker should remember subscriptions. But looks like a lot of people are starting with single node brokers...

Sorry for that @jplatte. We didn't anticipate a burst of activity on old issues with this bot

@lu-zero You can use [this](https://github.com/bytebeamio/provision) to generates certificates. It sets `SAN` correctly in the way rustls expects

Shared subscriptions are not supported yet. But at one point they'll be. Cannot commit any time yet.

@rufsam Apologies for the late response. Right now this is not possible but I'll keep track of this issue and add it to notifications

I tend to use this patterns a lot too

Yep. I'm facing this too. Adding dummy attributes fixed this

Hi. We are also observing this error while testing with our [load generator](https://github.com/bytebeamio/mqttwrk) There are no duplicates observer while testing with our own [broker](https://github.com/bytebeamio/rumqtt) or mosquitto

I'll test that. All I've to do is include `rustc` and `cargo` to image bb file right?