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

TypeError: used is not a function When process under high load #7

Closed
mastilver opened this issue Sep 10, 2017 · 2 comments
Closed

TypeError: used is not a function When process under high load #7

mastilver opened this issue Sep 10, 2017 · 2 comments

Comments

@mastilver
Copy link

First of all, thank you for this module and your work with hypercore!!

On one of my unit test, I'm running 4000 webpack compilation and locks, it's quite an unusual setup and I would understand if you close that issue :)

The issue doesn't appear on v1.0.1, I believe it's been introduced by: 217ebcb

before 217ebcb: https://travis-ci.org/danethurber/webpack-manifest-plugin/builds/273976849?utm_source=github_status&utm_medium=notification

after 217ebcb: https://travis-ci.org/danethurber/webpack-manifest-plugin/builds/273970831?utm_source=github_status&utm_medium=notification

I believe this have to do this v8 garbage collector

@mafintosh
Copy link
Owner

You are getting that error because you are calling the mutex function with something that isn't a function.

@mastilver
Copy link
Author

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

No branches or pull requests

2 participants