deltachat / deltachat-node

Email-based instant messaging for Node.js.
GNU General Public License v3.0
45 stars 11 forks source link

fix closing of context #502

Closed Simon-Laux closed 3 years ago

Simon-Laux commented 3 years ago

this should solve the event emitter problem leading to crashes

link2xt commented 3 years ago

Why is the context closed immediately after app startup? Does desktop app create new context, then looks up existing accounts, closes temporary context and opens context for existing account?

Simon-Laux commented 3 years ago

desktop opens contexts and closes to get the account avatar picture name and email address: https://github.com/deltachat/deltachat-desktop/blob/master/src/main/logins.ts