mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-07-03 16:32:26 +02:00
789a2f27ea
- Updated PacketRouter to deliver packets to all companion bridges when the destination is not recognized, ensuring better handling of ephemeral destinations. - Refactored CompanionFrameServer to separate contact serialization and persistence logic, allowing for non-blocking database operations. - Introduced a unique index for companion contacts in SQLite to support upsert functionality, enhancing data integrity and performance. - Improved AdvertHelper to run database operations in a separate thread, preventing event loop blocking and maintaining responsiveness.