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
When I originally developed the reqrespactivity/reqrespquery code, I had a misunderstanding about HasPending() in that I improperly assumed it would return true while a future is outstanding which is not the case, it only returns true if the future is completed and just not handled.
The samples need to be updated to not exit their loop while selector.HasPendingor there are unresolved futures.
The text was updated successfully, but these errors were encountered:
Describe the bug
When I originally developed the reqrespactivity/reqrespquery code, I had a misunderstanding about
HasPending()
in that I improperly assumed it would return true while a future is outstanding which is not the case, it only returns true if the future is completed and just not handled.The samples need to be updated to not exit their loop while
selector.HasPending
or there are unresolved futures.The text was updated successfully, but these errors were encountered: