Handling RpcClient Failures in Varying Network Conditions
I've found that RpcClient dies (
Since i work with varying network connections (mobile app), I want this to be handled as effect error. What's the best way to do this? Or do I have to add
Effect.orDie) when a request fails Since i work with varying network connections (mobile app), I want this to be handled as effect error. What's the best way to do this? Or do I have to add
Effect.catchAllDefect to every call?