We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I made a thin shim on top of multiplex to support the interface defined in abstract-stream-muxer, so that I could run the stress tests. Found that on the "mega" test (10000 streams with 10000 messages each), multiplex hangs with:
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - process out of memory
To run the example, simple turn the mega test on by changing the bool on: https://github.com/diasdavid/node-multiplex-stream-muxer/blob/master/tests/test.js#L14
mega
As a note, the spdy-stream-muxer is able to cope with the test.
Btw, thanks for the inspiration with abstract-blob-store :):)
abstract-blob-store
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I made a thin shim on top of multiplex to support the interface defined in abstract-stream-muxer, so that I could run the stress tests. Found that on the "mega" test (10000 streams with 10000 messages each), multiplex hangs with:
To run the example, simple turn the
mega
test on by changing the bool on: https://github.com/diasdavid/node-multiplex-stream-muxer/blob/master/tests/test.js#L14As a note, the spdy-stream-muxer is able to cope with the test.
Btw, thanks for the inspiration with
abstract-blob-store
:):)The text was updated successfully, but these errors were encountered: