-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Async middleware not working correctly #36
Comments
@filipduch @Benjythebee I think the issue lies in the way middleware is executed in: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using async middleware it starts the execution and jumps right back to the next one before it finishes.
Output:
Expected output (processing should end when middleware sends 429):
Other Relevant Info:
Bun version:
v1.0.2
bunrest version:
v1.3.7
platform:
ubuntu 20.04
node installed:
yes
node version:
v18.12.0
The text was updated successfully, but these errors were encountered: