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 transport #4

Open
3 tasks done
bryanchriswhite opened this issue Mar 4, 2021 · 0 comments
Open
3 tasks done

Refactor transport #4

bryanchriswhite opened this issue Mar 4, 2021 · 0 comments
Assignees
Labels

Comments

@bryanchriswhite
Copy link

bryanchriswhite commented Mar 4, 2021

The transit relay presently mixes the concerns of the state of the relay service and the transport logic. It would be ideal to separate these while making the transport interchangeable by implementing an interface that the service can consume.

  • Define transport interface
  • Implement transport interface for TCP
  • Pass CI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants