-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove listeners and ensure memory cleanup in CSV processing (#300)
In the item creation and CSV processing methods in server controllers, code enhancements were applied to improve memory management. Listeners on csvStream are now explicitly removed upon completion or error to clean up resources. This change also assures that the temporary buffer for processing CSV monitoring data is wiped when the procedure ends.
- Loading branch information
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters