-
Hi. I'm in need of RPC between two Kotlin apps and this library was just in time to catch my attention. I understand it's WIP. I've read through available docs and the source and while I understand there is an almost ready to use implementation (kRPC) I would like to write my own implementation to account for my specific needs. Question is, why kotlinx-rpc-core contains code related to kRPC? For example,
Same for others such as And realistically, if I want to write my custom implementation, do I need to use such things as |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi! First of all thank you for your interest in the library! Second, you are right to see a problem here. Reasons are rather historical, and we plan to make a proper separation. It will come in some of the next minor releases, as it is a breaking change. You don't need to use anything kRPC specific |
Beta Was this translation helpful? Give feedback.
Hi! First of all thank you for your interest in the library!
Second, you are right to see a problem here. Reasons are rather historical, and we plan to make a proper separation. It will come in some of the next minor releases, as it is a breaking change.
You don't need to use anything kRPC specific