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
If implementing a custom RpcSmartSubtransport that throws an exception during the read or write operation, the error message is ignored in the SmartSubtransportStream because it is not a NativeException.
If implementing a custom
RpcSmartSubtransportthat throws an exception during the read or write operation, the error message is ignored in theSmartSubtransportStreambecause it is not aNativeException.Related PR with fix and repro test: #2164