problem: Proxy doesn't render internal exceptions to JSON RPC errors
This commit is contained in:
@@ -63,9 +63,6 @@ open class WriteRpcJson {
|
||||
Mono.empty()
|
||||
}
|
||||
}
|
||||
.onErrorContinue { t, _ ->
|
||||
log.warn("Failed to convert to JSON", t)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user