Christian

Results 299 comments of Christian

Hi, that is not supported at the moment. But "named endpoints" (which are basically identified via its unique ID) are on my list already. Best regards Christian

With the latest version you now have access to the internally used HTTP Context when using ASP.NET. Please check the property _ChannelAdapter_ in class _ValidatingConnectionEventArgs_. The summary comment explains how...

With 3.0.3 the client certificate is exposed to the connection validator. Is that solving your issue?

Sorry but this data is currently not available.

At the momen there is no IP which allows receiving the subscriptions based on a session/connection. I will consider adding it.

In the latest version 4 a new event was added to the server called _ClientAcknowledgedPublishPacketAsync_. It gets fired whenever a client has acknowledged a PUBLISH packet. The event arguments also...

@SeppPenner You are right with 3.1x. But this only applies for the server. The MQTT client should support all MQTTv5 features already. If not it is a bug and must...

@ramonsmits Which version are you using? I created a UnitTest but it works as expected for me. Do you have some sample code for me?

@ramonsmits Ah 3.0.8. Did not read the issue title 😄 Do you use the protocol version correctly when connecting? If it does not support you should get an exception while...