I'm putting an interceptor in RPCHandler to show the errors in console.log, but it's not working if it's a route with EventIterator... I don't know if it's expected
The current solution would be try catch block in the handler of each route, but doing this for many routes is complicated
I'm putting an interceptor in
RPCHandlerto show the errors inconsole.log, but it's not working if it's a route with EventIterator... I don't know if it's expectedThe current solution would be
try catch blockin the handler of each route, but doing this for many routes is complicated