Hi James,
This scenario should be fine; that is, it shouldn't cause any issues. An active
Good luck!
This scenario should be fine; that is, it shouldn't cause any issues. An active
V8ScriptEngine
maintains a strong reference to its associated (unmanaged) V8 runtime. Note that a script object only holds a weak reference to its unmanaged counterpart, so disposing its parent engine or runtime turns it into a "zombie".Good luck!