mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-24 23:45:18 +00:00
The crash was caused by concurrent access to CryptoKit signing operations from multiple threads. Added thread-safe access using a concurrent queue with barriers for write operations and sync reads. This fixes the EXC_BAD_ACCESS crash seen in TestFlight build.