Skip to content

The wrapped receive() did not return anything.#1698

Merged
antonpirker merged 3 commits intomasterfrom
antonpirker/1696-receive-output-missing
Oct 21, 2022
Merged

The wrapped receive() did not return anything.#1698
antonpirker merged 3 commits intomasterfrom
antonpirker/1696-receive-output-missing

Conversation

@antonpirker
Copy link
Contributor

@antonpirker antonpirker commented Oct 21, 2022

We wrapped the receive() callback of all ASGI middleware to create spans when they where executed.
The receive() callback is used to receive message from the server.

But we forgot to return the value that the original receive() callback returns. So basically swallowing the return of the server.

Refs #1696

@antonpirker antonpirker merged commit fdb7512 into master Oct 21, 2022
@antonpirker antonpirker deleted the antonpirker/1696-receive-output-missing branch October 21, 2022 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants