Matteo Collina

Results 3445 comments of Matteo Collina

Here is the TL;DR from the person shipping `readable-stream`: 1. the source of truth is `node:stream` 2. the source code of `readable-stream` is a copy of what it is shipped...

You could send a PR, or contract somebody to do a fix. Adding a simple way to reproduce (maybe with a docker container) would be of great help.

look at files in test/parallel and produce a test that shows the problem.

Yes I can. I might be 5 minutes late, so if somebody else can start the zoom call, it would be better.

Thanks for reporting! Can you provide steps to reproduce? We often need a [reproducible example](https://stackoverflow.com/help/minimal-reproducible-example), e.g. some code that allows someone else to recreate your problem by just copying and...

Thanks for reporting! Can you provide steps to reproduce? We often need a [reproducible example](https://stackoverflow.com/help/minimal-reproducible-example), e.g. some code that allows someone else to recreate your problem by just copying and...

When a user log in from a browser, they do 1 request, not multiple at the same time: they are logging in. So only one session is created.

It really seems a problem in the design of your application, or maybe this module is really not what you are looking for. To provide better guidance, I would need...