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

fix: wasm compatibility for RetryBackoff #1666

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Conversation

klkvr
Copy link
Member

@klkvr klkvr commented Nov 19, 2024

Motivation

Closes #1147

Solution

Use TransportFut in the bound which adjusts when to require Send.

This is a bit more restrictive but should be fine as all transports are requried to produce TransportFut

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

@mattsse mattsse merged commit 86812db into main Nov 19, 2024
26 checks passed
@mattsse mattsse deleted the klkvr/fix-wasm-retry-backoff branch November 19, 2024 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] RetryBackoffService issues when compiling to WASM
2 participants