fix(messagequeue): no retry after queue shutdown
Previously, we allowed the last message send attempt to run to maxRetries if the queue was shutdown, which also generated warning logs. Now, if a send attempt fails, check that the queue has shutdown and immediately return if it has
Showing
Please register or sign in to comment