fix: enable soft reconnect #119

Merged
t.behrendt merged 1 commits from fix-enable-soft-reconnect into main 2026-05-07 19:10:17 +02:00
Owner

Try to reconnect softly to the ts3 server instead of crashing hard in case of closed connection or errors. Also tracks if a re-connection attempt is currently in progress.

Try to reconnect softly to the ts3 server instead of crashing hard in case of closed connection or errors. Also tracks if a re-connection attempt is currently in progress.
t.behrendt added 1 commit 2026-05-07 19:04:34 +02:00
fix: enable soft reconnect
CI / Test (pull_request) Successful in 19s
0bbe22a383
t.behrendt requested review from branch-buddy 2026-05-07 19:05:44 +02:00
branch-buddy approved these changes 2026-05-07 19:07:51 +02:00
branch-buddy left a comment
Collaborator

The changes align with the PR title and description, implementing soft reconnection logic with proper error handling and state tracking. The code improves resilience against connection issues without introducing obvious issues.

The changes align with the PR title and description, implementing soft reconnection logic with proper error handling and state tracking. The code improves resilience against connection issues without introducing obvious issues.
t.behrendt merged commit 0e4ab1bfc6 into main 2026-05-07 19:10:17 +02:00
t.behrendt deleted branch fix-enable-soft-reconnect 2026-05-07 19:10:17 +02:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: t.behrendt/ts3gotify#119