You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i know this lib is very new and things are still moving.
But I like the concept very much, and I would love to use it in some of my projects.
I have 2 main issues:
My server side is going to be on Linux and right now there isn't ktor server transport for this target.
As I see the impl and underlying protocol, I have to create a KRPC server for each client.
I would love to simply supply the same instance for all clients.
I understand that the main reason is ID'S not being unique between different client calls.
Maybe uuid v7 which is time based can be used?
Anyhow, I know that some work around could be to make my impl for the service an inner class of main service or singleton and make them very thin and simply redirect the calls to main/singleton service.
But still, I don't like all this instantiation.
Thanks in advance and I am really looking forward to use this lib in my code!
The text was updated successfully, but these errors were encountered:
Hi, @ShayOinif ! These are two different requests as I see
First one can be represented by #95 and #83 , while the second one more complicated.
It will be a part of a bigger protocol rework we plan for later, as we have a lot of things to consider at once, so we want to take out time with it
Hello, i know this lib is very new and things are still moving.
But I like the concept very much, and I would love to use it in some of my projects.
I have 2 main issues:
I would love to simply supply the same instance for all clients.
I understand that the main reason is ID'S not being unique between different client calls.
Maybe uuid v7 which is time based can be used?
Anyhow, I know that some work around could be to make my impl for the service an inner class of main service or singleton and make them very thin and simply redirect the calls to main/singleton service.
But still, I don't like all this instantiation.
Thanks in advance and I am really looking forward to use this lib in my code!
The text was updated successfully, but these errors were encountered: