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
It would be useful to add a call that tells HG that no response will be sent (if for example some random error occurred) in the RPC callbacks so that handles can be freed correctly as we can't always safely rely on HG_Respond() to fail if the origin has disappeared.
Could be something such as HG_Set(handle, HG_NO_RESPONSE)
The text was updated successfully, but these errors were encountered:
soumagne
changed the title
HG: ignore response after cancelation
HG: ignore response in RPC callback
Jun 3, 2021
It would be useful to add a call that tells HG that no response will be sent (if for example some random error occurred) in the RPC callbacks so that handles can be freed correctly as we can't always safely rely on HG_Respond() to fail if the origin has disappeared.
Could be something such as
HG_Set(handle, HG_NO_RESPONSE)
The text was updated successfully, but these errors were encountered: