• hannahhoward's avatar
    fix(messagequeue): no retry after queue shutdown · 9c5652aa
    hannahhoward authored
    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
    9c5652aa
messagequeue_test.go 8.66 KB