Krzysztof K
Krzysztof K
Found a workaround, https://github.com/rs/node-netmask/pull/23
Question now that it will support longer lengths, maybe the fields can be turned into a multiline / popup window (with syntax highliting) perhaps? :)
@yusukebe I upgraded from 4.7.9 as I experienced the issue there and it did not go away with 4.8.12 - mind you, I had some other issues in my app...
@yusukebe Should've mentioned it, my bad "@hono/node-server": "1.18.1", "hono": "4.8.12"
Hi @usualoma, we've created a patch with the changes outlined here ``` + _signal: abortController.signal, // Do not pass signal ``` Basically, renaming the signal variable (I assume so it...
@usualoma the memory logger here https://github.com/krzkz94/hono-context-memory-leak/blob/main/src/index.ts#L8 does run global.gc (not every n request, but on a per-second basis), but if memory pressure is high (constant flow of requests, production system)...
> Hi [@krzkz94](https://github.com/krzkz94), thanks for your reply! > > Just to confirm: As shown in [#269 (comment)](https://github.com/honojs/node-server/issues/269#issuecomment-3157022279), the `--expose-gc` flag is required to execute `global.gc()`. Did you run it with...
Figured out why exactly this happens on my project at least. In a monorepo, my structure is as follows apps -> app website extra libs -> ui etc I noticed...
Hey, yes, basically you need to make sure that the react version used in the package is the same as the one used in your host app In my case,...
Can confirm am experiencing a memory creep even with the app being fully isolated and just returning a HTTP 200 from the /health endpoint (for the aws ALB)