Best practice for local development with multiple workers using RPC bindings?
Hello.
I'm having a hard time trying to test multiple Workers locally that collaborate using RPC bindings (and Queues, Durable Objects, etc...)?
Can i use wrangler, or do i need to use miniflare? Or am i forced to deploy remotely?
Is there any doc or good examples that detail how to accomplish this?
Thank you.
1 Reply
Sorry, my mistake (i ran into an unrelated bug).
I am now able to use RPC to call between two Workers started with
I am now able to use RPC to call between two Workers started with
wrangler dev
.