Detect EventStream disconnetion #2808
-
I am trying to find a way to detect when the client dissconnects an EventStream. I have been unable to find anythink on this and was wondering if anyone would be able to assist me. |
Beta Was this translation helpful? Give feedback.
Answered by
the10thWiz
Jun 10, 2024
Replies: 1 comment 3 replies
-
I believe you could use a custom Drop impl, but I'm curious what you want to do when a client disconnects? |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
RAPrograms
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe you could use a custom Drop impl, but I'm curious what you want to do when a client disconnects?