rsocket / rsocket-kotlin

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

Drop support for JS/Legacy #230

Closed whyoleg closed 1 year ago

whyoleg commented 2 years ago

Motivation

Starting from kotlin 1.8 Legacy JS backend will be deprecated. As for now, almost no bug fixes are done for legacy, but only for IR backend. Some libraries like turbine already doesn't support Legacy backend.

Desired solution

Drop support of Legacy backend.

Additional context

Feel free to ping here, if someone is still using Legacy backend.