@GrpcExceptionHandler
doesnot propagate the cause
#1139
Labels
bug
Something does not work as expected
@GrpcExceptionHandler
doesnot propagate the cause
#1139
Given the above code, the
cause
is not propagated to client when the client catches the exception. The client finds it as null. It looks like it gets deleted somewhere before it gets to the client, so thewithCause()
call has no effect.Which versions do you use?
The text was updated successfully, but these errors were encountered: