Skip to content
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

Channel#watchConnectivityState: handle infinite deadlines correctly #1553

Merged

Commits on Aug 21, 2020

  1. Channel#watchConnectivityState: handle infinite deadlines correctly

    Per https://grpc.github.io/grpc/node/grpc.html#~Deadline:
    "If it is a finite number, it is treated as a number of milliseconds
    since the Unix Epoch. If it is Infinity, the deadline will never be
    reached. If it is -Infinity, the deadline has already passed."
    SimonWoolf committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    141dfeb View commit details
    Browse the repository at this point in the history