Christian
Christian
I assume this issue is fixed. If the issue still exists in the latest version 4 please reopen the ticket and try connecting with apps like MQTTnetApp to see if...
You mean you warnt to disable that Feature?
I added this in master branch. Please let me know if this works for you.
Please test with the latest version 4 and reopen this ticket if the issue still happens.
This feature is still in progress but unfortunately it is hard to implement. Especially when performance should by high and feature set rich. The problem is when should the messages...
The classes you mentioned are indeed intended for storing this data. For now the biggest design question is when the storage should be invoked? For every message? With all messages...
In my opinion we are able to support streams. I already started with this some time ago but stopped because I did not want to change the API and I...
@mg90707 Implementing a simple memory pool is a good idea and can be integrated without breaking the APIs. I will have a look how to achieve this.
When implementing an internal array pool the library will no longer allocate byte arrays for the payload. Instead it will reuse existing ones to a certain extent. The problem is...
Yes you are right. We have to at least change the API to ArraySegment etc. in order to deal with larger arrays from the pool. But for me the biggest...