Facing an issue with mongodb "Closed explicitly" error

I have a production golang backend service that uses the official golang mongodb driver. After it has served content from the database for an amount of time, the database starts returning the error message “Closed explicitly” and when this happens the only way I can get it to work normally again is by rebooting the service. I would love it if the community can give me some insight into what might be causing this issue.