Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Synchronize sending message in CBLMockConnection (#2694)
* Synchronize sending message in CBLMockConnection * The message could be sent out-of-order and that causes the tests to failed intermittenly due to the error such as “CouchbaseLite Network ERROR: {BLIPIO#5489} Caught exception handling incoming BLIP message: BLIP protocol error: Bad incoming REQ #2 (too high)”. * Synchronizing the sending message to prevent message out-of-order. CBL-1092 * Add comment
- Loading branch information