Results 12 comments of xiaobei

for (let i = 0; i< 10; i++){ console.log(i); } 又没说一定要用setTimeOut,这难道不是最简单效率最高的一种解法?

Any updates about server interceptors?

> @ruoruostar my mac os is 10.15.6 > > 1. active the venv: **source ./venv/bin/activate** > 2. run **pip uninstall opencv_python** , it will remind you uninstall both _opencv_python_ and...

请问这个问题解决了吗?我也遇到了,nodejs 加密解密正常,java 那边解密失败;java 给的密钥是 16位的,我转成 32位的 hex 进行加密,但是 java 解密不了

> First, the cancelled calls are almost certainly unrelated to the idle timeout setting, or to the large number of timers you are seeing. The cancelled calls may be caused...

> This could also be caused by creating many clients. Again, if you are doing that, you should instead create a single client and use it to make all requests....

> There is nothing wrong with creating a separate client object for each service you want to connect to. The problem is creating a separate client object for each request...

This is the log when the service starts: [logs.txt](https://github.com/grpc/grpc-node/files/13897786/logs.txt) This is the log from the stress test request: [logs (2).txt](https://github.com/grpc/grpc-node/files/13897797/logs.2.txt) I hope this is useful to you