Rinf bindings are not ready - Sending consecutive signals #562
johnwaltonvi
started this conversation in
General
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
-
Looks like the issue was due to sending an i64 value in the message in wasm32. Changed it to a i32 and it works fine :) To answer the above, yes and yes and debug mode. Just wanted to say I really appreciate the work you did in version 8. Love this project. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i'm trying send 2 signals to dart from rust and getting "Rinf bindings are not ready".
Seems to only be doing this on wasm32 though as it worked on a windows' .exe test.
I tried adding a time delay but same result.
Any ideas on why this is happening or a solution? Thanks!
(Terminal)
Beta Was this translation helpful? Give feedback.
All reactions