-
I am a new user of mqttnet. I am looking at the source code of mqttnet. Who can tell me what method can trigger in the source code` client.UseApplicationMessageReceivedHandler ()`
-
hello please i have problem when i try to start app i give this exception
`Exception thrown: 'fbchat_sharp.API.FBchatPleaseRefresh' in fbchat-sharp.dll
Refreshing state and resending request`
-
### Describe the feature request
Does the new release version have callback function (include success and fail ) when message is published like paho.java?
I have tested the PublishAsync function, …
-
### Describe your question
i wrote a console application with mqttnet.server.
mqtt.fx client connected to it successfully.
then i tried to use java script in web browser (paho-mqtt/1.0.1/mqttws31…
-
Hi, many thanks for developing this! Seems like much better solution than using IFTTT. However, cannot get it to work. I have attached the log file below. Please let me know if you can say what's wron…
-
### Describe your question
i registered two event handlers for my mqttnet server:
1. ClientConnectedHandler
2. ApplicationMessageReceivedHandler
for 1, how can i get more client information aft…
-
we have a bug in our app where we aren't passing messages through to a broken and back properly, so we time out. We are the client, using MqttNet. On a timeout we attempt to close the client (via …
-
Check https://github.com/chkr1011/MQTTnet/issues/725 if there is new information.
-
### Describe your question
I have a Blazor.WebAssembly project with a ManagedClient. After starting the Client, I am not able to go further than the OnClientDisconnected event. The exception that I a…
-
- Server
For example,client A subscribes to the topic X , then, sends a message is encoded by 'gb2312' to the server with topic X.The server can use 'gb2312' to encode the payload.But the message cl…