-
Notifications
You must be signed in to change notification settings - Fork 473
Open
Milestone
Description
I’m not quite sure why it was done this way, but gomemcache creates a ConnectTimeoutError instead of the standard i/o timeout or net.OpError.
This, in turn, does not have the Timeout() and Temporary() methods to satisfy the net.Error interface, obfuscating the error handling for clients.
In our library, we ended up recreating a net.OpError: Shopify/goose#35
Could you clarify why it was done way?
I would suggest getting rid of ConnectTimeoutError and instead wrapping the poll.TimeoutError in a net.OpError to satisfy the interface and retain proper messaging.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels