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 io.vertx.grpc.stub.ClientCalls.manyToMany called if exception happens before returning the StreamObserverReadStream exception is lost.There is no way to register exceptionHandler before the call.We can register exceptionHandler only after StreamObserverReadStream return from manyToMany.
Version
4.4.6
Context
when
io.vertx.grpc.stub.ClientCalls.manyToMany
called if exception happens before returning theStreamObserverReadStream
exception is lost.There is no way to register exceptionHandler before the call.We can register exceptionHandler only afterStreamObserverReadStream
return frommanyToMany
.Exception happens in
StreamObserver<I> request = delegate.apply(response)
andonError
is called andexceptionHandler
is null.etcd-io/jetcd#1261 (comment)
The text was updated successfully, but these errors were encountered: