You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's one line of code that have been bugging me for a couple of days, where we do .Wait() on the message handler for Responder. By replacing this with a chained ContinueWith, we can achieve higher performance for Responder when under heavy work load.
The text was updated successfully, but these errors were encountered:
There's one line of code that have been bugging me for a couple of days, where we do
.Wait()
on the message handler for Responder. By replacing this with a chainedContinueWith
, we can achieve higher performance for Responder when under heavy work load.The text was updated successfully, but these errors were encountered: