EvtSource icon indicating copy to clipboard operation
EvtSource copied to clipboard

Server-Sent Events client implementation for .net core

Results 4 EvtSource issues
Sort by recently updated
recently updated
newest added

Hi, I am getting the data sent by server followed by an exception. Data sent from server: **message : {"User":763207291}** Exception: **Retry: 3000 - Error: System.ArgumentNullException: Value cannot be null.**...

I have a strange behaviour in Xamarin Forms UWP. All work is done by a .NET Standard Library referenced by main Project. The same SSE source works well in tests...

Server check this header and discard request Spec > For HTTP connections, the Accept header may be included; if included, it must contain only formats of event framing that are...