Describe the solution
When binding a durable object using RPC that was defined in a different worker, it fails with:
Cannot access `MyDurableObject#myMethod` as Durable Object RPC is not yet supported between multiple `wrangler dev` sessions.
This is really useful when using durable objects in combination with wrangler pages dev since, as far as I understand, you cannot deploy a worker from a Pages project.