golang-queue/queue

data race since v0.2.0

kokizzu opened this issue · 1 comments

WARNING: DATA RACE
Read at 0x00c000218c70 by goroutine 1770:
  github.com/golang-queue/queue.(*Ring).Request()
      /home/github-runner/actions-runner/_work/vendor/github.com/golang-queue/queue/ring.go:78 +0xa4
  github.com/golang-queue/queue.(*Queue).start.func1()
      /home/github-runner/actions-runner/_work/vendor/github.com/golang-queue/queue/queue.go:301 +0x77
  github.com/golang-queue/queue.(*routineGroup).Run.func1()
      /home/github-runner/actions-runner/_work/vendor/github.com/golang-queue/queue/thread.go:18 +0x73

previous v0.1.3 didn't

@kokizzu I remove v0.2.0 tag. Please rollback to v0.1.3