Issue with SSE Timeout on Bun Platform Using Effect Library
Currently trying to setup some SSE stuff using Bun Platform, however I get a weird timeout. When I try to go to the url i get the first 2 :keep-alive however then i get a timeout because of bun serves
idleTimeout
idleTimeout
This idle timeout should only kill connections that are idle and didnt sent any data, which i should be doing. Here is the reproduction: https://effect.website/play#00fbd5d96dd4
I have no idea what would be causing this, if its bun or effect related, I do believe its effec tho since Hono, Elysia, etc. all support sse and also use bun serve under the hood