Kilian von Pflugk

Results 192 comments of Kilian von Pflugk

How will this impact `PAHO_HIGH_PERFORMANCE`?

Yeah, I don't understand why we even ship a pre-built Linux release. In most cases you have to build them yourself anyway.

its a shame that the URI is not part of the specs

> My local VSCode shows that the code is aligned, but it is not aligned after submission. what can i do? or you can merge it first? You use space...

Set the sslVersion on the Broker side

Yes, but you have to modify `SSLSocket.c` and set the minimum TLS version. ```c SSL_CTX_set_min_proto_version(ctx, TLS1_2_VERSION); ```

@tolwi can be closed

https://github.com/user-attachments/assets/daa0a4e4-8889-45bf-bd7f-e3b772a06461

It happens with all docker containers that need tun devices. That was the only thing that worked. It happened after updating docker on Ubuntu 24.

It happend in https://github.com/opencontainers/runc/commit/2ce40b6ad72b4bd4391380cafc5ef1bad1fa0b31 > Obviously, a container should not have access to tun/tap device, unless it is explicitly specified in configuration. Now, removing this might create a compatibility issue,...