We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
服务运行期间 出现异常CONNECTION_LOSS: Exception: CONNECTION_LOSS[-4]。。。 然后再调用请求会提示method not function. 应用如何捕获 该异常, 如何处理异常。
The text was updated successfully, but these errors were encountered:
const nzd = require('node-zookeeper-dubbo'); const options = { 。。。 } options.java = require('js-to-java');
const dubbo = new nzd(options);
exports = module.exports = dubbo;
这样全局共享该实例, 当出现链接丢失时如何处理。
Sorry, something went wrong.
No branches or pull requests
服务运行期间 出现异常CONNECTION_LOSS: Exception: CONNECTION_LOSS[-4]。。。
然后再调用请求会提示method not function.
应用如何捕获 该异常, 如何处理异常。
The text was updated successfully, but these errors were encountered: