Skip to content

Finalize new transport API and improve stability of QUIC implementation #290

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

Merged
merged 10 commits into from
Mar 6, 2025

Conversation

whyoleg
Copy link
Member

@whyoleg whyoleg commented Mar 5, 2025

Motivation:

Some parts of New transport API design were too complicated, so it's required a bit of simplification.
The goal was to improve stability of QUIC implementation on the way and stabilize tests

Modifications:

  • transport API changes: 9b6a006
  • all other commits migrate the internals and transports to new API, improving it along the way
  • hopefully this is the last time we need to change transport API

@whyoleg whyoleg self-assigned this Mar 5, 2025
Copy link

github-actions bot commented Mar 5, 2025

Test Results

  961 files    961 suites   2h 12m 51s ⏱️
4 355 tests 3 906 ✅ 449 💤 0 ❌
7 973 runs  7 101 ✅ 872 💤 0 ❌

Results for commit 74eed32.

♻️ This comment has been updated with latest results.

@whyoleg whyoleg force-pushed the new-transport-finalize branch from ba67419 to b06713b Compare March 6, 2025 04:15
Base automatically changed from drop-netty-ws to master March 6, 2025 06:02
whyoleg added 10 commits March 6, 2025 08:02
* use CoroutineScope for both connection and streams
* drop isClosedForSend
* drop RSocketConnectionHandler, use just connection
…t API and simplify some parts

* drop `inheritDispatcher` and use `Unconfined` dispatcher by default
* drop possibility to configure channels buffering - use default
…port API and simplify some parts

* drop the ability to change dispatcher - always use Default
* improve a bit usage of dispatchers and close sequences
… latest change in transport API and simplify some parts
…sport API and improve the correctness of the implementation
…nsport API and SIGNIFICANTLY rework it, improving the correctness of the implementation
Even though they mostly work it's increase tests time a lot and is unstable for mingw
@whyoleg whyoleg force-pushed the new-transport-finalize branch from 4d580b6 to 74eed32 Compare March 6, 2025 06:03
@whyoleg whyoleg merged commit 9c1e93d into master Mar 6, 2025
20 checks passed
@whyoleg whyoleg deleted the new-transport-finalize branch March 6, 2025 21:21
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