Intercepting RPC Requests in Effect RPC for Debugging
I've been using Effect RPC at work (big tech, so I can only use it small mini projects). What's the easiest way to interecepting RPC requests sent by the client so I can figure out if it's my client that has the issue or my server? Some sort of "RpcClient.tapRequest" type of utility would be really helpful to me
