You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-ios/SessionMessagingKit/Jobs
Morgan Pretty e29758e401 Updated GRDB and refactored internal Storage operations
• Updated to GRDB 7.3.0 (from 6.29.3)
• Updated the ConfigMessageReceiveJob and MessageReceiveJob to use the `writeAsync` function (instead of the blocking `write` function) so that they aren't subject to the `Storage.transactionDeadlockTimeoutSeconds`
• Refactored the `Storage.performOperation` and `Storage.performPublisherOperation` to rely on the new cancellable async/await `Task` logic that GRDB 7 supports (as apparently the other async methods don't support cancellation...)
• Cleaned up some "Sendable" related warnings
• Minor tweaks to `Log.assertOnMainThread` to make it a little more readable
1 month ago
..
AttachmentDownloadJob.swift Database reentrancy fixes 3 months ago
AttachmentUploadJob.swift Database reentrancy fixes 3 months ago
CheckForAppUpdatesJob.swift Database reentrancy fixes 3 months ago
ConfigMessageReceiveJob.swift Updated GRDB and refactored internal Storage operations 1 month ago
ConfigurationSyncJob.swift Fixed a few bugs which came up during testing 2 months ago
DisappearingMessagesJob.swift Database reentrancy fixes 3 months ago
DisplayPictureDownloadJob.swift Fixed a few issues that came up when testing 2 months ago
ExpirationUpdateJob.swift Database reentrancy fixes 3 months ago
FailedAttachmentDownloadsJob.swift Database reentrancy fixes 3 months ago
FailedGroupInvitesAndPromotionsJob.swift Fixed some issues found during debugging & QA issues 2 months ago
FailedMessageSendsJob.swift Database reentrancy fixes 3 months ago
GarbageCollectionJob.swift Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 3 months ago
GetExpirationJob.swift Database reentrancy fixes 3 months ago
GroupInviteMemberJob.swift Fixed some string issues 2 months ago
GroupLeavingJob.swift Database reentrancy fixes 3 months ago
GroupPromoteMemberJob.swift Fixed some string issues 2 months ago
MessageReceiveJob.swift Updated GRDB and refactored internal Storage operations 1 month ago
MessageSendJob.swift Database reentrancy fixes 3 months ago
NotifyPushServerJob.swift Database reentrancy fixes 3 months ago
ProcessPendingGroupMemberRemovalsJob.swift Database reentrancy fixes 3 months ago
RetrieveDefaultOpenGroupRoomsJob.swift Database reentrancy fixes 3 months ago
SendReadReceiptsJob.swift Database reentrancy fixes 3 months ago
UpdateProfilePictureJob.swift Database reentrancy fixes 3 months ago