-
Notifications
You must be signed in to change notification settings - Fork 40
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
track().promise and flush().promise never resolves #737
Labels
bug
Something isn't working
Comments
oluckyman
changed the title
track().promise and flush().promise never returns
track().promise and flush().promise never resolves
May 6, 2024
Currently having similar issue with
|
Hi @oluckyman, You are missing
Output:
|
Close this issue as not hearing back. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
I expect
await track|flush().promise
to resolveCurrent Behavior
It awaits forever.
Possible Solution
I nailed down the issue is in transports/http:
This code never runs because
res.complete
is false, even though the server returns the correct result and registers the event:Steps to Reproduce
Environment
via npm into Deno:
The text was updated successfully, but these errors were encountered: