`WARNING: v8::OwnedIsolate for snapshot was leaked` and/or crash after using snapshot
On startup, I create a runtime:
Then I will recreate the runtime, since snapshot consumes it:
But the next time I reload from the snapshot in this way I get
My extremely roundabout method here seems off to me
So how do I actually use snapshot correctly to avoid this
Then I will recreate the runtime, since snapshot consumes it:
But the next time I reload from the snapshot in this way I get
WARNING: v8::OwnedIsolate for snapshot was leaked, and some of the extensions result in a crash:My extremely roundabout method here seems off to me
So how do I actually use snapshot correctly to avoid this
