mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-16 11:45:51 +08:00
Add TestCancelationPubSubReceiveError to verify that when Receive() fails in CancelationPubSub(), an error is returned and the pubsub connection is not leaked. This provides test coverage for the pubsub.Close() fix that was missing in the previous commit. Bahtya