Remove accidental code comment
This commit removes an accidentally placed code comment. Behavior has
been tested during the original work related to that commit.
Fixes: b562b930cc
Signed-off-by: Daniel D’Aquino <daniel@daquino.me>
This commit is contained in:
@@ -61,7 +61,7 @@ class NostrNetworkManager {
|
||||
|
||||
func handleAppBackgroundRequest(beforeClosingNdb operationBeforeClosingNdb: (() async -> Void)? = nil) async {
|
||||
// Mark NDB as closed without actually closing it, to avoid new tasks from using NostrDB
|
||||
// self.delegate.ndb.markClosed()
|
||||
self.delegate.ndb.markClosed()
|
||||
await self.reader.cancelAllTasks()
|
||||
await self.pool.cleanQueuedRequestForSessionEnd()
|
||||
await operationBeforeClosingNdb?()
|
||||
|
||||
Reference in New Issue
Block a user