Yusuke Wada
Yusuke Wada
@nakasyou Good. `__hono_bun_ws_websocketConns` makes sense!
@nakasyou 👀 Can you create a PR?
Hi @natew Thank you for the issue and your consideration. > I'll check more into those file lines and see if I can figure out why this may be happening...
@usualoma Ah, interesting! Why have I never come up with this! I'll check the details later.
Hey @usualoma ! I think we don't have to hurry to decide whether to accept this PR or not. We have to consider well. I'll share my thoughts about this...
This is a similar idea: https://github.com/h3js/srvx
@ysm-dev This may be the problem only when using Next.js. `cloudflare:workers` is not set well. Can you share a minimal project to reproduce it?
I've been thinking about this for a long time. "Clearing something every certain number of requests" is making me think nostalgically of `MaxRequestsPerChild` in Apache. It may be a practical...
Hi @usualoma ! I think the comment https://github.com/honojs/node-server/issues/146#issuecomment-3052968918 makes sense. It has to look up the `x-forwarded-proto` header. What do you think of it? If this is okay, can you...
Hi @usualoma Thank you for the understandable explanation! As you mentioned, I reconsider that we should handle `x-forwarded-proto` at the Hono application layer. But I also think it's hard for...