Does anyone have an example of how to receive Serv...
# ktor
s
Does anyone have an example of how to receive Server-Sent Events with Ktor's HttpClient? I see how to set them up on the server-end, but am unsure how to do it when receiving from a server (not using Ktor) that I request events from with a header.
Or if this is even possible? 🙂
Anyone have any insight into this? Just wondering if it's possible, or on the roadmap at all. Thanks!
https://github.com/ktorio/ktor/issues/1517 I have submitted a feature request for this if anyone has anything to add 🙂
j
Hello @Shan, did you manage to solve this problem? I'm researching something and I didn't find anything