Jeanot Zubler
Jeanot Zubler
See samples https://github.com/dotnet/MQTTnet/blob/master/Samples/Server/Server_Simple_Samples.cs#L39
You are probably trying to run the Broker in the browser (so Blazor on WASM). This will not work (at least not by default) as you have no direct access...
If the server had a property (for example `ServerID`) which would by default be used by default as the Client ID, that would not be a breaking change, or would...
> To resolve this issue I had to set a value for application name, so finally my `SwaggerHostFactory.CreateHost` looks like that: This also seems to solve my problem. As far...
I think quote nr. 5 is wrong. You used `/n` instead of `\n`