Subsequently write to an intercepted SSE stream #16913
Unanswered
joergplewe
asked this question in
Questions and Help
Replies: 1 comment
-
Hi, I ran into the same issue. No answer from community or Cypress team ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Community!
This is my first question to the forum, please bear with me.
I can establish an intercepted SSE stream as shown below.
What I'd like to do is write consecutive message to the stream kept open. But it seems that
reply()
closes the stream. I tried to get hold of theIncomingHTTPResponse
object, but callingsend()
on it leads to the same result.So is there a way to
reply()
/send()
keeping the connection open?Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions