I see this error: ``` E1115 06:01:59.641457364 198 completion_queue.cc:67] assertion failed: !uv_is_active((uv_handle_t *)&prepare) ``` This is the line: https://github.com/grpc/grpc/blame/v1.7.x/src/node/ext/completion_queue.cc#L67 What I'm doing differently from before is to call the `client.waitForReady` every time before calling an RPC method. Any idea?
I see this error:
This is the line: https://github.com/grpc/grpc/blame/v1.7.x/src/node/ext/completion_queue.cc#L67
What I'm doing differently from before is to call the
client.waitForReadyevery time before calling an RPC method.Any idea?