Details
-
Improvement
-
Resolution: Fixed
-
Unknown
-
1.9.1
-
None
Description
when checkOut returns error, i wish there is a error message fit for context canceled.
whether context is canceled or context deadline exceeded, `checkOut` fuction always returns `WaitQueueTimeoutError`. when deadline exceeded, returning `WaitQueueTimeoutError` is correct. but when context is canceled, returning a error message with waiting and canceled message makes more clear than timed out error message.