Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6.4.6 #1288

Merged
merged 25 commits into from
Nov 19, 2024
Merged

6.4.6 #1288

merged 25 commits into from
Nov 19, 2024

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Nov 9, 2024

  • Fix regression when connecting solely using old STARTTLS connection method
  • Fix crash when being unable to connect while creating new account
  • Fix connection problems on slow connections
  • Show timestamp of last received push in notification debug menu
  • Fix various other crashes

Calling the invalidate method from some other thread than the thread
which added the timer to our runloop, will crash.
--> Add and remove the timer to/from the runloop by executing a block in
exactly this runloop.
- Fix various crashes
- Fix connection problems on slow connections
- Show timestamp of last received push in notification debug menu
@tmolitor-stud-tu tmolitor-stud-tu marked this pull request as ready for review November 9, 2024 03:30
tmolitor-stud-tu and others added 16 commits November 9, 2024 04:37
Calling the invalidate method from some other thread than the thread
which added the timer to our runloop, will crash.
--> Add and remove the timer to/from the runloop by executing a block in
exactly this runloop.
- Fix various crashes
- Fix connection problems on slow connections
- Show timestamp of last received push in notification debug menu
When creating a new account that can not be connected to, a timeout
error is triggered after 30 seconds. If the app was put into background,
a disconnect and receiveQueue freeze could happen before the timeout
handler tries to disconnect again.
Prviosuly this triggered an assertion, now we try to handle that case
more gracefully while not introducing new race conditions.
- Fix regression when connecting solely using old STARTTLS connection
method
- Fix crash when being unable to connect while creating new account
@tmolitor-stud-tu tmolitor-stud-tu merged commit cbff369 into stable Nov 19, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant