-
-
Notifications
You must be signed in to change notification settings - Fork 634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Abort does not work with bun #3032
Comments
Hi @abaudhuin I'm considering a fix in #3042, but I'd like to investigate other runtimes and their behavior a bit more before merging. |
Thank you very much ! |
@abaudhuin In #3042, I wrote a test and requested a review, so wait and see. |
Thank you very much !! |
What version of Hono are you using?
4.2.4
What runtime/platform is your app running on?
bun
What steps can reproduce the bug?
With the following example inspired by the doc, I cannot get an onAbort to work using Bun, when switching to Node it works normally. I am testing with postman to make the request, and closing it in the ui.
Am I doing something wrong or something is broken ?
What is the expected behavior?
'aborted' should be logged with bun and node.
What do you see instead?
'aborted' is not logged with bun
Additional information
No response
The text was updated successfully, but these errors were encountered: