Issue with SSE Stream and Bun Platform Not Sending Events
Hey, I once again have a weird bug related to bun platform / specific to Bun Platform.
I'm trying to open an sse stream and then be able to send messages through that stream code here:
https://effect.website/play#edabab86d8bd
If I run that same code with BunRuntime and BunHttpServer, hitting the notify endpoint doesnt sent the event.
To test open /api/sse/connect in the browser and then sent a post to /api/sse/notify, it should show up between the :keep-alive events
I'm trying to open an sse stream and then be able to send messages through that stream code here:
https://effect.website/play#edabab86d8bd
If I run that same code with BunRuntime and BunHttpServer, hitting the notify endpoint doesnt sent the event.
To test open /api/sse/connect in the browser and then sent a post to /api/sse/notify, it should show up between the :keep-alive events
