-
We are initiating an IoT project involving actor model, MQTT, IoT Hub and other technologies that you work with very often I think. Could there be an opportunity maybe to join forces for this project?
-
### Verification
Using version 4.3.3.952 in Release mode on .NET 8 with logging disabled.
### Describe the bug
I'm currently running a small PoC using Akka.NET and MQTTnet via an EMQX broker …
-
### Describe the bug
Attempting to connect to a Mqttnet server with the default client and receiving a timeout
### Which project is your bug related to?
- Client
- Server
### To Reproduce…
-
### Describe your question
I am using MQTTnet version 4.1.4.563 for .Net Framework 4.5.2 .
When I published message to server, my program threw exception : MQTTnet.Client.MqttClientDisconnectedExcep…
-
### Describe your question
I have a mqtt broker like emqx,it support mutual authentication with tls, I connect the broker successfully by using Mqtt.fx client software. but I don't known how to set …
-
Simple vanilla implementation using Maui Hybrid fails to manage the TLS handshake when run on android device or emulator with the following error:
javax.net.ssl.SSLHandshakeException: java.securit…
-
I am using the MQTTnet.Extensions.ManagedClient version [4.1.0.247] in a sync way. Meaning that I am waiting for the result every time I am calling the publish async method.
the tread context is n…
-
### This is what your best practice sample says:
```cs
public static void Reconnect_Using_Timer()
{
/*
* This sample shows how to reconnect when the connection was droppe…
-
Hi there , i am try to achieve best performance while receiving messages from server.
i want'to know how many messages received in regular client per/second.
My Setup,
-EMQX Broker Inside Docke…
-
### Describe the feature request
Currently, all retained messages are kept in the working memory, which can quickly become a problem with larger quantities. It would be a good idea to store these in …