Kotlin / kotlinx-rpc

Add asynchronous RPC services to your multiplatform applications.
https://kotlin.github.io/kotlinx-rpc/
Apache License 2.0
512 stars 7 forks source link

KRPC-59 streamScoped has internal package #104

Closed Mr3zee closed 1 week ago

Mr3zee commented 1 week ago

Subsystem Core

Problem Description streamScoped and invokeOnStreamScopeCompletion public APIs were wrongly located in kotlinx.rpc.internal package.

Solution Move to kotlinx.rpc package, deprecate old methods