Christian

Results 297 comments of Christian

@mregen I never used that RecyclableMemoryStream before. The idea of not increasing the buffer every time (only doing this one time when GetBuffer is called) looks like a reasonable optimization....

@mregen > To overcome the issue the application can either transfer the ownership of the payload in the application message and then dispose it when it is done, to free...

In my opinion we should introduce a new property in the client and server options with the same naming. For example, "EnableManualPayloadManagement" or similar. Then the summary tag should contain...

I created a Unit Test with your code and it runs fine. Does this also occur with later versions?

My recommendation is to avoid the managed client in this case. The regular client gives you more flexibility. But it requires manual reconnecting etc. Please let me know if the...

From the events you use I can see that the version of the library is 3.x which is no longer supported. Please upgrade to the lastet version and check out...

Please try event _ApplicationMessageProcessedAsync_. If the exception is null, the processing was successful and the message is properly published.

Please share a code snipped so that we can see how you try to connect. Also please make sure that the port is correct. Even though port 1883 is the...

The MQTT protocol requires that the user keeps track of subscriptions and make proper calls and checks to keep them clean.

Right now these information cannot be exported. But I can implemented it and reuse the model for the file which is stored in the user profile.