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

Use channels as a transport abstraction. #14

Closed
wants to merge 1 commit into from

Conversation

lucaspoffo
Copy link
Owner

@lucaspoffo lucaspoffo commented May 12, 2022

Experimenting with using channels as an abstraction for the transport layer. Would make easy to create new ones and would be not so complex to integrate with other crates.

This PR could be a step to implementing WebRTC #10. Also would be easy to create an Async UDP transport.

Probably should use crossbeam since the std channel is not Sync.

Renet echo example is already working.

@lucaspoffo
Copy link
Owner Author

Replaced by #36

@lucaspoffo lucaspoffo closed this Aug 28, 2022
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.

1 participant