This repository has been archived by the owner on Oct 2, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release Fibers that are not added back to the pool.
This commit fixes issue meteor/meteor#10359. Fibers that are created and not returned to the pool are not released. They will accumulate over time and the node process will get stuck and must be restarted. This change simple resets handle to a fiber when we are done with it... which releases it properly.
- Loading branch information