Kotlin / kotlinx-rpc

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

Replaced transport delegation with constructor parameter #36

Closed Mr3zee closed 4 months ago

Mr3zee commented 4 months ago

Replaced transport delegation with constructor parameter to avoid NullPointerException for CoroutineScope.launch calls in init blocks