0%

Background

I come with a confusing issue when using SignalR SSE ( ServerSentEvents ) : the HttpContext in SignalR Hub is always the same instance, regardless the Get Request to send data to Client, or the Post Request to receive data from Client, which leads to issue when retrieving from Context.

Read more »