Grakkit

Grakkit

190 Downloads

Grakkit throws "This Context is already terminated" when running contexts and using Grakkit reload

MercerK opened this issue ยท 0 comments

commented

In the scenario the context is already closed and Grakkit is reloaded, Grakkit will attempt to close them again, causing it to throw an error.

Most likely should be able to fix it by catching the error and ignoring it OR tracking context separately.