nsqio / go-diskqueue

A Go package providing a filesystem-backed FIFO queue
MIT License
464 stars 103 forks source link

check current file against maxBytesPerFile #41

Open mreiferson opened 2 years ago

mreiferson commented 2 years ago

Fixes #38

mreiferson commented 1 year ago

I think this is ready @ploxiln or @jehiah, the change here is to check limits against the current file to fix the edge case where you write exactly maxBytesPerFile.

mreiferson commented 10 months ago

ping on this @ploxiln or @jehiah