Christian

Results 265 comments of Christian

Closing this due to inactivity. If the issue is not solved or closing is a mistake please feel free to reopen it.

Hi, the problem is that it requires some more complex subscription handling. Lets say you just pass _true_ via connecting. Then the managed client will still subscribe to all topics...

At the moment this is on low priority. I am mostly busy with MQTT v5 support. After this is done I will prepare some other tasks. But it is still...

I also have this topic on my list but had no time to start it. So please be patient and wait some more time :smile:

I will release 3.0.9-rc2 soon. Hopefully this weekend.

Do you refer to the server or client?

The client has no internal queue. So you can simply check the network state before publishing. With the managed client this is not possible.

Validation is an intended part of the comparison check. But this should not affect performance so it does not cover all possible cases. If it is an easy check like...

Yes probably I will remove these values and basically return "match" or "no match". For now I will take your unit tests and improve the code because I assume this...