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

feat(sn_networking): use wasm compatible retry #2387

Merged
merged 2 commits into from
Nov 8, 2024

Commits on Nov 6, 2024

  1. feat(sn_networking): use wasm compatible retry

    Previously the `backoff` crate was used which is not compatible with
    wasm and futures (though the docs suggest there is compatibility,
    but that seems to be without futures).
    
    The retry strategy is adjusted, but I have attempted to keep the end
    result similar if not the same.
    b-zee committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    d772c52 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    429db18 View commit details
    Browse the repository at this point in the history