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
This is done since the timer dispatcher may be invoked at the same time as
the message is recieved, and then there is a race condition where we might
end up with a KeyNotFoundException.
Currently, in
Requester.cs
, there's a line of code where we expect a dictionary to contain a certain keyIf the response timer has expired, or adding a new entry in the dictionary failed that key may not exists. This should be handled more gracious.
The text was updated successfully, but these errors were encountered: