openziti / ziti-sdk-swift

An OpenZiti SDK for Swift
https://docs.openziti.io/ziti-sdk-swift/
Apache License 2.0
45 stars 3 forks source link

crash uv_now(ts_loop) #207

Closed McGonagall666 closed 12 months ago

McGonagall666 commented 1 year ago

When the enrollment identity fails, continuing the enrollment will crash, which may not necessarily occur, but continuous enrollment will crash, displayed in the uv_now(ts_loop) Has anyone encountered this problem? I have tried many methods but none have worked, including modifying the uv_loop_t Creation and destruction. 123

scareything commented 1 year ago

Hello and thanks for the report. I believe this is the same crash that is observed in #193. I have been able to reproduce this crash with ziti-tunnel-apple, but not reliably. I'll be taking a closer look this week.

scareything commented 1 year ago

Duplicate of #193