Have set up a new site to handle English version of my blog.
Issue on HttpContext Reuse in SignalR
Posted on
Edited on
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.