sofastack / sofa-rpc-node

SOFARPC Node is a high-performance, high-extensibility, production-level Nodejs RPC framework.
MIT License
612 stars 64 forks source link

不需要返回任何结果的时候, 该如何设置 responseTimeout ? #55

Closed nichliu closed 5 years ago

nichliu commented 5 years ago

只需要远程调用, 不需要返回任何结果, 每次都告诉我'RpcResponseTimeoutError'

gxcsoccer commented 5 years ago

不需要返回的话,目前只能 try catch 异常发现 name 是 RpcResponseTimeoutError 忽略