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
The most recent version of reactive-grpc 1.2.4 introduced this feature salesforce/reactive-grpc#301
It adds method overloads for Mono<T> with plain T as input params in the base class used for gRPC server implemetnation
Looking ath the source, it just picks up on the overloaded methods and fails on ambiguoity, which makes sense.
Is there a way to have the server deal with this issue (say, treat these methods as one)?
The text was updated successfully, but these errors were encountered:
The most recent version of
reactive-grpc
1.2.4 introduced this feature salesforce/reactive-grpc#301It adds method overloads for
Mono<T>
with plainT
as input params in the base class used for gRPC server implemetnationWhen trying to use this API with https://github.com/LogNet/grpc-spring-boot-starter/releases and have its security turned on, this error is thrown:
Looking ath the source, it just picks up on the overloaded methods and fails on ambiguoity, which makes sense.
Is there a way to have the server deal with this issue (say, treat these methods as one)?
The text was updated successfully, but these errors were encountered: