Dani Guardiola
Dani Guardiola
@diegohaz of course, I actually already have that locally since I needed to test it, I just didn't push it haha. Didn't realize you were referring to that. I will...
@diegohaz pushed, let me know if the test is adequate. Here's a demo of it: https://github.com/ariakit/ariakit/assets/8862967/8134020b-fccd-40fb-bb48-9dbcc12ab39a
@trueadm yes, this happened synchronously (react 17 so no concurrency anyway), which is why the main JS thread ends up blocked forever. Yeah will contribute the change. I just had...
What would you propose instead? The iframe system needs a way to check that the iframe is ready. You can also use the lower level transport if that unblocks you,...
I can't reproduce this issue. Did you copy the iframe example as-is? Here's a TypeScript playground I created that shows it all working: https://tsplay.dev/m3dpyW
This might be relevant to you: [docs](https://github.com/DaniGuardiola/rpc-anywhere/tree/main?tab=readme-ov-file#type-safety-and-features:~:text=The%20features%20of%20an%20RPC%20instance%20are%20constrained%20based%20on%20the%20schema%20types) The schema types affect the `rpc` instance types. If the remote schema type doesn't declare any messages it can send, then your local...
Interesting. Could you find the specific config value that makes it break/work? It'd help to get a narrowed-down version so I can investigate.
This is a detail that depends on the transport. You can build an e2e encrypted transport right now, but it probably doesn't make sense for RPC Anywhere to have a...
ugh, pipelines failing. bun broke stuff I guess so we need to update the lockfile. also we need a changeset in here.