Christian
Christian
> As Socket.SendAsync has an IList Please keep in mind that this library also supports .NET 4.5.2 and UWP so the question is if all platforms support that 😄 But...
@mg90707 Sorry I was referring to the API for WebSockets. They do not have the ability to send multiple array segments. But anyway we can go ahead and check that....
Maybe a small sleep after subscribing may help because the managed client will not subscribe directly. It only adds the subscription to an internal storage and subscribes later on. I...
Please check the client status API from the server (GetClientStatusAsync). There you have a disconnect method as well.
I assume this question is answered.
The managed client currently does not support existing sessions. The reason is that this would also require a handling for exisitng subscriptions. This includes separating them into different lists in...
Regarding the comments: This library does not explain MQTT as such. The library follows the naming scheme used in the official RFC so that you can read tutorials and documentation...
Please retest with the latest version 4. It got several improvements in the affected area so that I assume it is fixed. If not, please reopen this ticket.
I released a new nuget _3.0.3-rc2_. Please let me know if this version works. The certificate is now exposed to the Client Connection Validator.
You can set _MqttApplicationMessageReceivedEventArgs.ProcessingFailed_ to true. Then no ACK will be sent.