-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add a flushAll() method that will flush all the inflight reques…
…t and make sure all responses returned (#492) * feat: Add a flushAll method that will make sure all the request in the pipe are sent and responded * . * . * . * . * Add timeout * Add timeout fix * . * . * . * Lock flush and append operations. * make sure lock is released * remove timeout test since it is flaky in public runs * remove timeout test since it is flaky in public runs * fix lint * remove a test * .
- Loading branch information
Showing
3 changed files
with
151 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters