rsocket / rsocket-kotlin

RSocket Kotlin multi-platform implementation
http://rsocket.io
Apache License 2.0
553 stars 37 forks source link

Rework transport and internal implementation to support multiplexed transports #255

Closed whyoleg closed 1 month ago

whyoleg commented 7 months ago

Note:

Motivation:

To support QUIC and other possible multiplexed transports, native support for streams on transport level is needed. But internal implementation was not ready for this. Additionally, it was a good idea to fix some issues with inconsistent transport API and hard to maintain internals.

github-actions[bot] commented 7 months ago

Test Results

  825 files    825 suites   46m 11s :stopwatch: 3 417 tests 2 841 :white_check_mark:   575 :zzz: 1 :x: 7 056 runs  5 851 :white_check_mark: 1 204 :zzz: 1 :x:

For more details on these failures, see this check.

Results for commit 0834fbc2.

:recycle: This comment has been updated with latest results.