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

async_nats: pull: Use u64 instead of usize for nanoseconds #901

Merged
merged 1 commit into from
Mar 28, 2023

Commits on Mar 28, 2023

  1. async_nats: pull: Use u64 instead of usize for nanoseconds

    usize is too small in 32-bit environments, especially since it is
    initialized with 30 seconds, i.e. 30_000_000_000 nanoseconds which is
    already bigger than 2**32.
    Maxime Jayat committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    3c5e077 View commit details
    Browse the repository at this point in the history