Closed kt81 closed 5 years ago
Read operation returns result object that be marked as failed or null when it fails. But write operation throws System.Exception in same situation.
System.Exception
imo, it should throws System.IO.IOException instead of Exception so that MemcachedNode may catch it.
System.IO.IOException
Exception
Thanks. I'm trying to fix it.
Read operation returns result object that be marked as failed or null when it fails. But write operation throws
System.Exception
in same situation.imo, it should throws
System.IO.IOException
instead ofException
so that MemcachedNode may catch it.