Partially revert "Don't block prekey operations If message processing is idle."

This partially reverts commit 684a952905.
This commit is contained in:
Max Radermacher 2025-03-17 13:27:01 -05:00
parent 10cb6f69f7
commit fe31e73eef

View File

@ -64,8 +64,6 @@ public struct _PreKeyManager_MessageProcessorWrapper: PreKey.Shims.MessageProces
}
public func waitForFetchingAndProcessing() -> Guarantee<Void> {
messageProcessor.waitForFetchingAndProcessing(
suspensionBehavior: .onlyWaitIfAlreadyInProgress
)
messageProcessor.waitForFetchingAndProcessing()
}
}