Florimond Husquinet
Florimond Husquinet
Also, I may need glasses, but in the listing page 5, the order of the `suits` is not the same as the order in `suit_values` on page 7.
I have a client on one machine, that just runs a loop incrementing ´i´ and publishing it. The other client, on another machine, has this code: ```Go package main import...
Does it subscribe again using the exact same channel string, including options, like "last"? I suppose it does, which can be good or bad depending on the use case... The...
Yes, that's what I wrote in the edited version of my answer, just before you wrote yours. Unless I missed something, Emitter doesn't implement anything regarding this flag on its...
I don't see it... If you set the OnConnect handler before sending your first connection request, and only subscribe in this handler: how then could you "miss" the subscription?
I haven't tested the clean session set to false in Go, but I just did a quick test with the [Python version](https://github.com/eclipse/paho.mqtt.python) of Paho MQTT, and it doesn't re-subscribes. Which...
> It seems like this PR is still valuable, but I should change the default back to true, and add some documentation to make it clear that long-lived / persistent...
Hello, We didn't get the email you are referring to. I sent you an email, with @kelindar in CC to ask for more information. Thanks!
Hello, I need to explore this further, but so far I would vote for "bug". So, avoid relying on this behavior. I'll have a deeper look as soon as I...
With quite a bit of delay, @L3o-pold can you check whether your issue is still present on ´:latest´? #417 Might correct it.