everhardt

Results 24 comments of everhardt

It does, if you have that amount of memory. In our case, this bug means that we are now paying for more expensive build servers. That's a work around, but...

It looks like @Shinigami92 isn't that active anymore in this repo. Therefore tagging two other vite members. @sapphi-red or @bluwy, do you agree that the priority of this bug is...

I don't have a detailed analysis like the OP, but I think we're impacted by the same bug, as we're seeing (concurrent) isolates reaching their pre-set timeout since upgrading to...

I also ran into the issue that the close callback wasn't called for Modbus TCP. In my case, I accidentally called close twice (although waiting for the callback on the...

The issue is that `TcpPort` has a single property `this.callback`, which means that if multiple operations (`open()`, `close()` and/ or `destroy()`) are run simultaneously, only the last one gets a...

Thanks for your swift and positive reply!

@laverdet this issue (which is a duplicate of #307) has become more pressing, as node 18 has become LTS now and isolated-vm 4.3.6 does not support it. I don't have...

It's running on production for a while now without any problems! 🎉 . Many thanks for your quick response!

Is there anything we can do to get this PR merged?

It's running on production for a while now without any problems! 🎉