The SSE endpoint is required for use cases like chat so the end user doesn't have to wait until the whole reply has been generated.
I started implementing a simple SSE client on top of C#/.Net's HttpClient but it's harder than I first assumed.
The SSE endpoint is required for use cases like chat so the end user doesn't have to wait until the whole reply has been generated.
I started implementing a simple SSE client on top of C#/.Net's HttpClient but it's harder than I first assumed.