joncrlsn / dque

dque is a fast, embedded, durable queue for Go
MIT License
767 stars 46 forks source link

fix file is being used by another process #39

Open susarlanikhilesh opened 1 year ago

susarlanikhilesh commented 1 year ago

After closing the queue. The queue is not closing the file handles which were created for first or last segment which is causing issue when deleting the file after closing the queue.

susarlanikhilesh commented 1 year ago

@joncrlsn can you please look into this PR. Thank you