This is a potential fix for some of the crash reports that have been streaming in. They all seem to be crashing within ndb_close_txn. I suspect this means that the transactions are trying to get closed when ndb is already closed. Closing Ndb will close the transactions automatically, so it looks like we might be trying to close twice.
9 lines
106 B
Swift
9 lines
106 B
Swift
//
|
|
// MuteManager.swift
|
|
// damus
|
|
//
|
|
// Created by William Casarin on 2024-01-25.
|
|
//
|
|
|
|
import Foundation
|