Replies: 1 comment 1 reply
-
Would I need to add some field to my Rinf message, like a timestamp? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I want to do a Rust call from Flutter as a Future. It seems like Rinf is more oriented towards Streams.
I saw some example in the documentation Q&A of awaiting a result but I would like to know if there is anything more practical that can be used.
Can I perform a call as a Future without having to pass some id to tell apart the interaction? So I just want to use Rinf as the mapper for my Flutter app in order to use a Rust API.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions