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

Add test for Topics msg #56

Open
quietlychris opened this issue Dec 15, 2023 · 1 comment
Open

Add test for Topics msg #56

quietlychris opened this issue Dec 15, 2023 · 1 comment

Comments

@quietlychris
Copy link
Owner

No description provided.

@quietlychris
Copy link
Owner Author

Work has been started for this in the topics branch; right now, the TCP test is working, UDP is failing, and QUIC is not yet implemented.

This is also demonstrating a need to re-configure the test methods; unfortunately, Rust doesn't allow the passing on non-lifetime generic parameters for tests, but using the type N = Tcp/Udp/Quic pattern, we should be more easily able to replicate every test across the transport protocols to make writing tests/extending coverage a bit more clear.

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

No branches or pull requests

1 participant