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
It would be great if Forge allowed applications to provide a delegate that Forge would invoke, each time any exception is thrown and caught by Forge. That way the application can alter state/prepare of the exception. In my case, if the machine is low on memory (causing OutOfMemoryException), I want to kill the process and don't want Forge to finish walking the tree, so that it can resume walking on a new machine.
The text was updated successfully, but these errors were encountered:
It would be great if Forge allowed applications to provide a delegate that Forge would invoke, each time any exception is thrown and caught by Forge. That way the application can alter state/prepare of the exception. In my case, if the machine is low on memory (causing OutOfMemoryException), I want to kill the process and don't want Forge to finish walking the tree, so that it can resume walking on a new machine.
The text was updated successfully, but these errors were encountered: