fix: add mutex to fix race conditions for consumers

This commit is contained in:
2022-06-16 11:52:48 +02:00
parent 7db3319133
commit 1e4b943789
5 changed files with 23 additions and 29 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ go 1.15
require (
github.com/apex/log v1.9.0
github.com/sanity-io/litter v1.5.5
github.com/stretchr/testify v1.6.1
)