-
### Describe your question
WithConnectionBacklog
this function sets the max number of con-current connections?
if i use mqttnet.server as an iot server, could it support 10k devices online togethe…
-
not sure my request makes sense 😄
currently the MqttConnectionValidatorContext includes ClientId,Username, Password, WillMessage.
- If I want to implement a broker that can support IP whitelis…
-
While testing 3.0.0-alpha4 I get the following exception:
```
MQTTnet.Exceptions.MqttCommunicationTimedOutException: Exception of type 'MQTTnet.Exceptions.MqttCommunicationTimedOutException' was thr…
-
@JanEggers I saw that the Unit Test "TestParallelWrites" fails from time to time when being executed 20 times in a row (sometimes more sometimes less). I don't think that it is related to my latest ch…
-
Hi Christian,
Since, as far I can see, there is no TResult on PublishAsync(), nor "Published event" fired, how do you recommend to check if a given message has been succesfully published?
This quest…
-
I'm setting a `MqttUserProperty` at Subscription time but I can't get it anywhere else.
Here's my code
```cs
MqttClientSubscribeOptions options = new MqttClientSubscribeOptions
{
TopicFilt…
-
Hi ,
ı want to make 3 application
1. mqtt broker (C# console app)
```
static void Main(string[] args)
{
Console.WriteLine("Start Broker!");
// Configure MQTT…
-
### Describe the bug
sometime mqttnet will let the cpu 100%, i am use dotnet-trace generated trace
[trace link](https://github.com/AirleaderChina/trace/blob/master/trace.nettrace?raw=true)
### Wh…
-
I have an MQTT client, and i have 2 brokers. One is a mosquitto broker and another one is MQTT net broker. I want to connect my client to both the brokers. Is it possible to achieve this? I'm getti…
-
MQTT With Max Payload Length