You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the spirit of properly managing resources, it might be nice to use that function to make sure the pipe file is properly closed. We cannot assume the user has called the necessary console commands to do that for us.
A check should of course be included to see whether the file is still open, and only attempt to close it if necessary.
In the spirit of properly managing resources, it might be nice to use that function to make sure the pipe file is properly closed. We cannot assume the user has called the necessary console commands to do that for us.
A check should of course be included to see whether the file is still open, and only attempt to close it if necessary.
It might be also good to think about other cleanup operations which could be performed by
deleteMap(..)
Relevant thread: https://forum.giants-software.com/viewtopic.php?t=102709
The text was updated successfully, but these errors were encountered: