After running for a few hours, I start getting the error Message call Back Handler. The V8 code is able to locate the instance of the class and method. But when the call is made, errorMessage Call back gets called by V8 with an error
StartPosition-1
ErrorLevel: 8
GetScriptResourceName: undefined
Could you please tell me if this is happening due to Garbage Cleaner cleaning the objects from the heap? . If yes, please tell if pinning the object and method with Persistent handles will resolve the issue.