Christian
Christian
What broker do you use? Some product with a public test instance?
Closing the issue because it was fixed by using a different cypher suite.
You can already remove the TCP and Websocket4net combinations because it only covers Web socket connections. For TCP it will fallback to .net/mono sockets.
Is there any update regarding a permanent solution (restoring the old behavior)? I want to know if it is worth waiting for a fix or if I have to start...
I tested it with the latest nightly build but it still looks the same. Interestingly enough it only affects the Font "Consolas" on Windows. Other monospace fonts work perfectly on...
It seems that WebSocket4Net is no longer maintained. The latest release is from 2018. So, I am afraid there is not much we can do about it. The only reason...
There is no need for the extension at all. The .NET Framework has proper support for WebSockets. The API from MQTTnet is the same. You basically can remove the WebSocket4Net...
Starting with version 5.0.0.0 of this library the library WebSocket4Net will no longer be used because the extension library is no longer provided.
The latest version available at nuget should contain the change. It was released recently.
@wilari932 Usually I do not accept such PR because changing the code style has often no benefit and depends only on personal preferences. But since it also contains type fixes,...