mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-26 16:25:23 +00:00
- Added debouncing for peer list updates (500ms) to prevent UI spam - Fixed race conditions in activePeers management by adding proper locking - Prevent duplicate key exchange processing with tracking set - Only notify delegate when peer list actually changes - Fixed thread safety issues in disconnect/unsubscribe handlers - Clear processed key exchanges periodically with bloom filter This resolves the rapid connect/disconnect cycles and excessive peer list updates.