Questions tagged [mqttnet]
78 questions
0
votes
1 answer
MQTTnet poor performance when multi-threaded despite same number of messages being sent
I am sending around 20,000 messages per second, these can be across a number of arbitary threads (the messages are processed before sending to MQTTnet).
I have found, that the fewer the threads the better the performance, going over 16 simultanous…

morleyc
- 2,169
- 10
- 48
- 108
0
votes
0 answers
MQTTNet slow performance with 10K clients
I ran few performance tests with MQTTNet and got unexpected results
Looking for help to see if there are some configuration changes that I missed or there are MQTTNet implementation limitation.
Environment:
I have 3 processes on one box : Sender -> …
0
votes
1 answer
Unable to connect to MQTTNet server deployed as docker container
I have a sample MQTTNet server that I want to deploy as a docker container.
Below is the server code which is part of a Net Core Web App (net core 2.2) where I would manually build and deploy to Docker in command line:
I am using net core 2.2,…

Ed L 005
- 157
- 3
- 14