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
Due to the way I am shutting down threads, the connection to the database is not closed when the extension is unloaded.
Even killing the threads does not fix it because the processThread and updateThread are spawning new threads. At least this is what I think is the cause.
Due to the way I am shutting down threads, the connection to the database is not closed when the extension is unloaded.
Even killing the threads does not fix it because the
processThread
andupdateThread
are spawning new threads. At least this is what I think is the cause.#29 might fix this.
The text was updated successfully, but these errors were encountered: