Skip to content

Update CocoaAsyncSocket to fix iOS 16 crash

Apollo Zhu requested to merge work/iOS-16/CocoaAsyncSocket into master

https://github.com/robbiehanson/CocoaAsyncSocket/pull/802

This is a high impact bug that significantly increased our number of crashes. On iOS 16, the app crashes on refresh (or even launch sometimes), especially if another reachable/paired device is present.

Tested the fix on iPhone running iOS 16

Edited by Apollo Zhu

Merge request reports