胡金友
胡金友
> I want to know that did the author have resoveled the issue now ? because my project have seen many crash about this Recently, I just started using KSCrash,...
Thank you for your advice. We will incorporate more detailed logging capabilities in the upcoming version to help identify issues. We will then proceed with further debugging based on your...
> I would advise using a release not a snapshot from the develop branch at some point in time, when you go into production. There is an important fix that...
Same as https://github.com/emqx/CocoaMQTT/issues/488
I wonder if there is an official standard practice for this. In the actual implementation, the userProperty is set as a Dictionary type, but when interacting with the backend, only...
> Hi. I don't think the bug is here. Because the fixed header is 1 byte. Does the demo have this issue? Or It cold be a bug from another...
``` * thread #1, queue = 'com.apple.main-thread', stop reason = Fatal error: Unexpectedly found nil while unwrapping an Optional value frame #0: 0x0000000195617ae8 libswiftCore.dylib`_swift_runtime_on_report frame #1: 0x00000001956b55d4 libswiftCore.dylib`_swift_stdlib_reportFatalErrorInFile + 208...
 ``` (lldb) p header (UInt8) $R2 = 32 (lldb) p data ([UInt8]) $R3 = 3 values { [0] = 1 [1] = 5 [2] = 0 } ``` The...