Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create/use global shared retry queue. #169

Closed
wants to merge 5 commits into from

Conversation

coreyfarrell
Copy link
Collaborator

Importing a fresh copy of graceful-fs then using require('fs').close
would only initiate retry of the queue from the first copy of
graceful-fs, so needed retries associated with subsequent instances of
graceful-fs would not be executed.

Importing a fresh copy of graceful-fs then using `require('fs').close`
would only initiate retry of the queue from the first copy of
graceful-fs, so needed retries associated with subsequent instances of
graceful-fs would not be executed.
Some changes in the previous commit are not needed in v4.x which will
never be tested under nyc.  The only thing needed is the ability for the
next version of graceful-fs to reset fs.close / fs.closeSync.
@isaacs isaacs closed this in 20b77c4 Aug 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant