-
Notifications
You must be signed in to change notification settings - Fork 327
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
First off: thanks for v0.11.0!
Here's a repro for the issue I raised on twitter:
just cargo run, it gives instructions on how to run curl in a separate terminal to see the effect.
Expected behavior
When a client disconnect, the internal SSE task gets dropped, and so does the handler Future, resulting in PrintOnDrop being dropped.
Observed behavior
The internal SSE task never stops running, the handler is never dropped, it just gets stuck on send after a while - presumably after it's filled the internal buffer of sse::Encoder?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working