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

refactor(iroh): rename ConnectedRelayActor to ActiveRelayActor #3027

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

flub
Copy link
Contributor

@flub flub commented Dec 10, 2024

Description

Yes, that's (almost) back to what it was called...

The name has grown on me and it is better because the relay is not always connected. This does also fit better with what it should be doing: keep the connection alive if possible. Currently this functionality is mixed up in the RelayActor itself.

Breaking Changes

Notes & open questions

  • Just a plain rename.
  • Base is flub/relay-send-channel-1, be aware of github when merging things.

Change checklist

  • Self-review.
  • Documentation updates following the style guide, if relevant.
  • Tests if relevant.
  • All breaking changes documented.

@flub flub requested a review from a team December 10, 2024 15:12
@flub flub added this to the v0.30.0 milestone Dec 10, 2024
Copy link

github-actions bot commented Dec 10, 2024

Documentation for this PR has been generated and is available at: https://n0-computer.github.io/iroh/pr/3027/docs/iroh/

Last updated: 2024-12-12T13:45:37Z

Copy link

github-actions bot commented Dec 10, 2024

Netsim report & logs for this PR have been generated and is available at: LOGS
This report will remain available for 3 days.

Last updated for commit: 0e51ddf

@flub flub force-pushed the flub/active-relay-again branch from 840abb5 to e29b41b Compare December 11, 2024 14:37
Base automatically changed from flub/relay-send-channel-1 to main December 12, 2024 12:34
flub added 2 commits December 12, 2024 14:39
Yes, that's (almost) back to what it was called...

The name has grown on me and it is better because the relay is not
always connected.  This does also fit better with what it should be
doing: keep the connection alive if possible.  Currently this
functionality is mixed up in the RelayActor itself.
@flub flub force-pushed the flub/active-relay-again branch from e29b41b to 2ec4263 Compare December 12, 2024 13:43
@flub flub enabled auto-merge December 12, 2024 13:45
@flub flub added this pull request to the merge queue Dec 12, 2024
Merged via the queue into main with commit 80bc8a3 Dec 12, 2024
26 checks passed
@flub flub deleted the flub/active-relay-again branch December 12, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants