Partially revert "Don't block prekey operations If message processing is idle."
This partially reverts commit 684a952905.
This commit is contained in:
parent
10cb6f69f7
commit
fe31e73eef
@ -64,8 +64,6 @@ public struct _PreKeyManager_MessageProcessorWrapper: PreKey.Shims.MessageProces
|
||||
}
|
||||
|
||||
public func waitForFetchingAndProcessing() -> Guarantee<Void> {
|
||||
messageProcessor.waitForFetchingAndProcessing(
|
||||
suspensionBehavior: .onlyWaitIfAlreadyInProgress
|
||||
)
|
||||
messageProcessor.waitForFetchingAndProcessing()
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user