Michi
Michi
@15703849331 please provider more details (use case, stack trace)... Do you want to host a broker in a Blazor application? Do you want to connect to a broker from a...
Hello @felixmondelo, are you using ManagedMqttClient?
@xiaozhu36 is there any chance that somebody will review this PR? Thank you very much
@KishanKishore @Take44 @ianjohnsonspacex can you please try if this error is fixed in the main branch?
Can you profile your client side where the most time in the code is spent? How big are the messages that you are receiving from your EMQX instance? Is the...
@colincodefirst First I would suggest to replace Thread.Sleep(500); with await Task.Delay(TimeSpan.FromMilliseconds(500)); Does this change anything?