Issue with Rpc call and missing services
With the new version of Rpc I'm having a problem calling an Rpc in some cases. When the response comes it it fails because it can't find
This happens when using the following unsafeCallRpc function. A "normal" Rpc call works, it only fails when some legacy code tries to use this unsafeCallRpc.
This unsafeCallRpc worked fine with the previous version of Rpc. I'm sure the runtime is correct, it's the global runtime used everywhere in my app. Any ideas why or where it's failing to get
ServerRequest or Scope in context. This happens when using the following unsafeCallRpc function. A "normal" Rpc call works, it only fails when some legacy code tries to use this unsafeCallRpc.
This unsafeCallRpc worked fine with the previous version of Rpc. I'm sure the runtime is correct, it's the global runtime used everywhere in my app. Any ideas why or where it's failing to get
ServerRequest and Scope in this case?