Proxy does not terminate SSE connections when the backend closes #765
gitpushdashf
started this conversation in
General
Replies: 1 comment 4 replies
-
Can you share the options you've tried? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Flask server doing SSE, which I am proxying to. It works fine, until the SSE endpoint dies (which happens on reload). It then does not reconnect on the backend, nor disconnect the client.
If it would boot off the client or reconnect silently on the backend, either would be fine. I'd probably prefer booting off the client in this case, and forcing the client to cause the reconnection.
I've tried some options here and have not had any luck.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions