Skip to content
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

Fix the test_stream function running after the stream is closed #3396

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ealmloff
Copy link
Member

The fullstack streaming server function example spawns a task that sends values into the channel, but it doesn't quit when the channel closes. This caused the future to keep running even after the client disconnected.

@ealmloff ealmloff added bug Something isn't working example Update examples fullstack related to the fullstack crate labels Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working example Update examples fullstack related to the fullstack crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant