How can one use Server Sent Events with Kiota? (Dotnet with System.Net.ServerSentEvents package) #6885
Unanswered
Dylan Vos (ThaDaVos)
asked this question in
Q&A
Replies: 1 comment
|
Unsure its supported today. I just created #7435. Since testing of latest version of kiota 1.30.0, I could not get it to stream the data back for typescript or python in my case. Appears that it just expects a byte array and for the full response to come back before returning which in SSE case it never will so it just hangs indefinitely. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am currently trying to use ServerSentEvents with Kiota - it seems the endpoint get's generated correctly but for some reason I cannot get the parsing to work with
System.Net.ServerSentEvents.So first question, are ServerSentEvents
text/event-streamsupported with Kiota?All reactions