Thomas T. Jarløv

Results 58 comments of Thomas T. Jarløv

Hi @KeepCoolWithCoolidge Have you seen #12 ?

Interesting, thanks! I haven't used shared subscriptions myself. I can see that it's only available in the specification for x >= MQTT v5.0. Would you be up for adding a...

> Sure, I will work on it! > > Shared subscriptions are available on mqtt 5.0 brokers, but the clients don't need to be using mqtt 5.0 > > I...

Hi @pires22 - Up for adding a test case?

Hi @ingoogni Thanks for reporting it - it sounds strange. I have tested the setup without any problems: ``` # Broker nmqtt -h 127.0.0.1 -p 1884 -v 3 # Client...

Ohh, I see. Your error message is also `The remote computer refused the network connection`, that makes me think it's an OS/device error instead of a `nmqtt` error which just...

Can you replicate it, if you only subscribe to a single topic per client? ``` Subscribing to: shellies/shellyplug-s-BCFF4D5A2607/relay/0 Subscribing to: shellies/shellyplug-s-BCFF4D5A2607/relay/0/energy Subscribing to: shellies/shellyplug-s-BCFF4D5A2607/relay/0/power Subscribing to: shellies/shellyplug-s-BCFF4D5A2607/relay/0/overpower_value Subscribing to: shellies/shellyplug-s-BCFF4D5A2607/temperature...

Hi @ingoogni Looks good. I'll schedule some tests before approving the PR. Maybe @srd424 will pitch in on the testing?

I saw that in you README :wink:. Let me check it out a little more, it might be me who is messing around with my use case (Jester, httpbeast, etc.)...

Hi @disruptek No. I havn't had time to dig into it yet, and don't know when I will have the time to hack the `codegen`; sorry. Currently I have test...