-
Notifications
You must be signed in to change notification settings - Fork 8
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
MaxListenersExceededWarning encountered #1
Comments
jaydenseric
added a commit
to jaydenseric/graphql-upload
that referenced
this issue
Jul 19, 2018
mike-marcacci
added a commit
to jaydenseric/graphql-upload
that referenced
this issue
Jul 23, 2018
mike-marcacci/fs-capacitor#1 is fixed in v1.0.0-beta.3
This should now be fixed on master and in I'm going to leave this issue open until I publish |
Fixed in |
krasivyy3954
added a commit
to krasivyy3954/react-graphql-upload
that referenced
this issue
Jan 6, 2023
krasivyy3954
added a commit
to krasivyy3954/react-graphql-upload
that referenced
this issue
Jan 6, 2023
mike-marcacci/fs-capacitor#1 is fixed in v1.0.0-beta.3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When fs-capacity is used frequently in the same process, it can trigger
MaxListenersExceededWarning
(best debugged with the--trace-warnings
Node.js flag):See https://travis-ci.org/jaydenseric/apollo-upload-server/jobs/405666803#L2191.
Here is where the relevant listeners are attached: https://github.com/mike-marcacci/fs-capacitor/blob/v0.0.3/src/index.mjs#L142
The text was updated successfully, but these errors were encountered: