Background
When I presented an internal sharing to teammates on how our service works as an RPC server, I wrote a simple RPC framework with C# and MessagePack to demonstrate.
When I presented an internal sharing to teammates on how our service works as an RPC server, I wrote a simple RPC framework with C# and MessagePack to demonstrate.
Have set up a new site to handle English version of my blog.
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.