fix: enable soft reconnect #119
Reference in New Issue
Block a user
Delete Branch "fix-enable-soft-reconnect"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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.