-
How to configure the mqtt server?
Steps to reproduce the behavior:
1. Using this version of MQTTnet '4.3.6.1152'.
2. Run this code '....'.
3. See error:'mqtt.min.js:5 WebSocket connection to 'ws…
-
### Describe your question
There are issues with Managed client and WebSockets, it fails (or takes a long time more than 30-60 secs) to connect and publish to a test Mosquitto broker, with .NET 5.0 o…
-
Hi,
I wanted to be able to verify the identity of the client on the broker. As things are it seems that this is not supported.
While searching for a solution, I saw this post that was related: htt…
-
### Describe the feature request
We want to implement a cluster with high availability based on MQTTnet. Sometimes we need to close a pod and migrate all the client sessions to another pod. However…
-
For security purposes, I want to get the tls-unique value from TLS connection? I am looking to either get the tls-unique value or some other value from the exporter so that it can be signed for secur…
-
## I did following tests
* mqttx desktop client (use mqttv5) to try the emqx bloker that was ok.
* MQTTNET client
If I remove mqttv5 option(swith to ```default ProtocolVersio```) , the connec…
-
Can Socks5 be implemented?
-
### Describe the bug
Memory usage runaway.
### Which component is your bug related to?
Server
### To Reproduce
Steps to reproduce the behavior:
1. Using version v4.3.0.858
2. Set up a sim…
-
### Describe the bug
### Context:
I have a mosquitto server running in cmd on windows 10 and three mqtt clients in c# visual studio.
One of them (3) feeds the topics at 20 data per second (Qo…
-
In asp.net Core uses WebSockets, because of the use of Kestrel, it is not possible to deploy in IIS, how to set this up, or use other methods to deploy the project to other platforms
I followed the…