Hey, just started using this library and I have run into an issue dequeuing a queue.
[signal SIGSEGV: segmentation violation code=0x1 addr=0x58 pc=0x181f8b1]
goroutine 10 [running]:
sync.(*Mutex).Lock(...)
/usr/local/Cellar/go/1.13.6/libexec/src/sync/mutex.go:74
github.com/joncrlsn/dque.(*DQue).Dequeue(0x0, 0x0, 0x0, 0x0, 0x0)
/Users/dlotz/go/pkg/mod/github.com/joncrlsn/dque@v0.0.0-20200308203223-fe4f81ffd1dc/queue.go:240 +0x51
I am not sure if you have any thoughts on the cause of this, my googling does not seem to turn anything up.