Hi, was wondering would it be possible to setup so...
# kotlinx-rpc
a
Hi, was wondering would it be possible to setup something like json-patch for flows in a service? I've got a state object that will be sent frequently but only small portion will be updated on each emit. But I'd like too retain the nice dx of having a single state object instead of separating out into multiple flows and having to merge it on the client side. https://github.com/ReidSync/kotlin-json-patch
a
Anything stateful is not planned for any bear future, so for now it is on the user side
👍 1