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
Morgan Pretty 37ea2a89bc Fixed a number of crashes currently affecting production
• Fixed a crash due to our ThreadSafe code using a struct instead of a class (rendering it non thread safe)
• Fixed a crash which could occur on the home screen if the data loaded before the UI finished loading
• (Hopefully) Fixed a crash which could occur when the OS optimised async execution to run immediately within an existing database transaction (potentially resulting in re-entrant database access)
• Fixed an issue where the database read/write publishers weren't checking for a valid database state before actual query execution (only during the creation of the stream)
1 year ago
..
Calls Refactored `Atomic<T>` to `@ThreadSafe` and `@ThreadSafeObject` 1 year ago
Crypto Fixed logging issue and other minor tweaks 1 year ago
Database Merge branch 'dev' into fix/atomic-reentrancy 1 year ago
Jobs/Types Fixed a number of crashes currently affecting production 1 year ago
LibSession Cleaned up 'calledFromConfig' params 1 year ago
Messages Merge remote-tracking branch 'upstream/dev' into fix/rework-recipient-state 1 year ago
Meta Refactored AppContext and AppRediness to Swift 2 years ago
Open Groups Cleaned up 'calledFromConfig' params 1 year ago
Protos Merge remote-tracking branch 'upstream/dev' into feature/swift-package-manager 1 year ago
Sending & Receiving Fixed a number of crashes currently affecting production 1 year ago
Shared Models Refactored `Atomic<T>` to `@ThreadSafe` and `@ThreadSafeObject` 1 year ago
Utilities Cleaned up 'calledFromConfig' params 1 year ago
Configuration.swift Refactored the 'RecipientState' type 1 year ago