rsocket / rsocket-kotlin

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

simplify job hierarchy by passing `Connection` job directly to `RSocket` job #158

Closed whyoleg closed 3 years ago

whyoleg commented 3 years ago

It allows to call Job.join on it to fully await connection completion. Removed Cancellable, as it's a not necessary abstraction.