libgit2sharp
libgit2sharp copied to clipboard
An error thrown by a custom `RpcSmartSubtransport` is consumed and not propagated to the client code
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.
Related PR with fix and repro test: https://github.com/libgit2/libgit2sharp/pull/2164