-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
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
Application aborted #91
Comments
I'm having the same issue -- had to downgrade to 1.6.6 |
@hhamilto do you use a similar approach to guarantee that the connection is established before issueing an RPC call? |
I'm not calling I haven't come up with anything I consider a completely sure way of restarting the connection if it drops, but I do listen for the error event on the connection and restart if the code is 14:
|
Thank you for bringing this to our attention. That assertion itself is incorrect due to a recent change that makes |
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.waitForReady
every time before calling an RPC method.Any idea?
The text was updated successfully, but these errors were encountered: