Christian Schlotter
Christian Schlotter
Based on the content of [MqttClientTlsOptions.cs](https://github.com/chkr1011/MQTTnet/blob/master/Source/MQTTnet/Client/Options/MqttClientTlsOptions.cs) I assume that **TLS-PSK encryption** is **not supported** by MQTTnet.
I have a similar issue. My solution structure is as follows: * Root * `Build` * `Solution.sln` * `Settings.XamlStyler` (**setting 1**) * `Project1` * `Project1.csproj` * `Settings.XamlStyler` (**setting 2**) *...
> @schlotter If there are two solutions both references Projects2 and each have different Settings.XamlStyler, Xaml files in Project2 will be re-formatted differently according to the active solution. It seems...
> In this example, the solution directory is not in a up-hierarchy of any .xaml file. And, there is **setting 1** which is in up-hierarchy of all .xaml files. So...
> I think it should be possible to retrieve the solution directory (i.e., `Build/`). If so, even if `SearchToDriveRoot` is _false_, that would allow **Setting 2** to be applied. >...
This PR is useful. What is missing to get it merged?
@kevin1kevin1k Could you please make `MESSAGE_LEN_LIMIT` configurable? I think this would be a much wanted improvement!
@PJO2 Can you please review and merge? It is especially important to clarify the licensing situation (GPL vs EUPL), see also #3.