[PR #1694] [MERGED] 🐛 (electron) reconnect to sockets if connection lost #34099

Closed
opened 2026-04-20 21:18:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1694
Author: @MatissJanis
Created: 9/12/2023
Status: Merged
Merged: 10/5/2023
Merged by: @MatissJanis

Base: masterHead: matiss/electron-reconnect


📝 Commits (4)

  • 584d8ef 🐛 (electron) reconnect to sockets if connection lost
  • 9e458d2 Release notes
  • 402526a Merge branch 'master' into matiss/electron-reconnect
  • 9f96b6c Merge branch 'master' into matiss/electron-reconnect

📊 Changes

4 files changed (+73 additions, -19 deletions)

View changed files

📝 packages/desktop-electron/index.js (+48 -16)
📝 packages/loot-core/src/client/actions/app.ts (+7 -1)
📝 packages/loot-core/src/platform/client/fetch/index.web.ts (+12 -2)
upcoming-release-notes/1694.md (+6 -0)

📄 Description

Electron improvements. Relates to #1047

Generally there are two things in this PR:

  1. do not throw the user to the "choose your budget" page if closing the electron app and re-opening (keep the active budget.. active)
  2. reconnect to sockets if the server crashes and/or the client loses connection

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/1694 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 9/12/2023 **Status:** ✅ Merged **Merged:** 10/5/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/electron-reconnect` --- ### 📝 Commits (4) - [`584d8ef`](https://github.com/actualbudget/actual/commit/584d8ef209ec98099b7649639137d89115a966ad) :bug: (electron) reconnect to sockets if connection lost - [`9e458d2`](https://github.com/actualbudget/actual/commit/9e458d2cca9639cdda075ef6ce36bb30845410b1) Release notes - [`402526a`](https://github.com/actualbudget/actual/commit/402526a18853527915be9407eebbb2b87a2feb7b) Merge branch 'master' into matiss/electron-reconnect - [`9f96b6c`](https://github.com/actualbudget/actual/commit/9f96b6c85ad0c9aa5f5f4bd20c3ec4f454f1ef07) Merge branch 'master' into matiss/electron-reconnect ### 📊 Changes **4 files changed** (+73 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-electron/index.js` (+48 -16) 📝 `packages/loot-core/src/client/actions/app.ts` (+7 -1) 📝 `packages/loot-core/src/platform/client/fetch/index.web.ts` (+12 -2) ➕ `upcoming-release-notes/1694.md` (+6 -0) </details> ### 📄 Description Electron improvements. Relates to #1047 Generally there are two things in this PR: 1. do not throw the user to the "choose your budget" page if closing the electron app and re-opening (keep the active budget.. active) 2. reconnect to sockets if the server crashes and/or the client loses connection --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 21:18:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#34099