problem: Proxy doesn't render internal exceptions to JSON RPC errors

This commit is contained in:
Igor Artamonov
2021-10-27 21:18:58 -04:00
parent 133937822c
commit 89eec9958a
2 changed files with 24 additions and 6 deletions

View File

@@ -63,9 +63,6 @@ open class WriteRpcJson {
Mono.empty()
}
}
.onErrorContinue { t, _ ->
log.warn("Failed to convert to JSON", t)
}
}
}