Marcin Iwanicki
Marcin Iwanicki
Had the same issue, @bialad's solution works pretty well.
Thanks @remover for raising it. I like the idea, it might be quite a common use-case. Wonder if there is already a tool doing what you suggested - I honestly...
Hey, is anyone working on leveraging SwiftNIO?
I think the crash is related to a synchronization issue in `close` method (`MQTTDecoder.m:88`) leading to a deadlock. I believe most of the clients experience it on the main thread...
I think keepAlive ping should have a timeout, if response is not received within predeclared time period, connection should be automatically closed (as mention in the 3.1.1 spec: "If a...
Perhaps it's worth landing the script and extending the doc to cover this use-case?
It's now possible to build apps relying on `Virtualization.framework` 🥳, I love it, thank you so much!
Then you will loose compilation-time type check. Pointing directly to a class type or even better to a factory class is more safe then passing a string.
Hi, I noticed the same issue but no idea how to fix it. Any workaround? Best regards, Marcin
@peduarte good point. I will put some comments later this week how to use it in Swift projects.