Files
Meshtastic-Android/core
James Rich b0ee2de818 fix: prevent DB connection leaks with NonCancellable in PacketRepository
Wrap database write operations (clearUnreadCount, clearAllUnreadCounts,
updateLastReadMessage, insertRoomPacket) with NonCancellable to prevent
connection pool leaks when the calling coroutine scope is cancelled
mid-write.

Found during release/2.8.0 integration testing.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-31 09:03:32 -05:00
..