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
OS Version Linux 4.14.11-1-ARCH #1 SMP PREEMPT Wed Jan 3 07:02:42 UTC 2018 x86_64 GNU/Linux
Node v9.3.0
grpc-node 1.8.0
When calling server.tryShutdown() without a callback I'm getting this error:
server.tryShutdown()
# # Fatal error in ../deps/v8/src/objects.cc, line 3574 # Check failed: receiver->IsJSFunction(). #
Isn't this (no callback) supposed to be handled by the library?
The text was updated successfully, but these errors were encountered:
The callback is not optional. But we should be checking and throwing a more helpful error instead of crashing.
Sorry, something went wrong.
In 1.8.4 this now throws an exception indicating that a callback argument is required.
👍
murgatroid99
No branches or pull requests
OS Version
Linux 4.14.11-1-ARCH #1 SMP PREEMPT Wed Jan 3 07:02:42 UTC 2018 x86_64 GNU/Linux
Node
v9.3.0
grpc-node
1.8.0
When calling
server.tryShutdown()
without a callback I'm getting this error:Isn't this (no callback) supposed to be handled by the library?
The text was updated successfully, but these errors were encountered: