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
Currently troubleshooting an issue with a customer where it appears there are some weaknesses in our error handling with RPC calls (these are used for things like RenewLock, PeekMessages, or backup message settlement).
As part of this there's another potential issue for this customer where early cancellation could potentially interrupt connection/link recovery, which is more problematic for RPC, than for other code paths like sending and receiving.
The text was updated successfully, but these errors were encountered:
Currently troubleshooting an issue with a customer where it appears there are some weaknesses in our error handling with RPC calls (these are used for things like RenewLock, PeekMessages, or backup message settlement).
As part of this there's another potential issue for this customer where early cancellation could potentially interrupt connection/link recovery, which is more problematic for RPC, than for other code paths like sending and receiving.
The text was updated successfully, but these errors were encountered: