fix: disconnection issue by adding a persistent ping #121

Merged
t.behrendt merged 1 commits from fix-disconnection-issue into main 2026-05-09 14:38:52 +02:00
Owner

Fixes the frequent disconnection issue, by adding a ping.
The "version" call works without authentication and is lightweight. Passing the "true" flag, prevents delivery of cached results.
This keeps the socket always connected. Feature may be removed in the future if the upstream library has a proper fix for the issue.

Fixes the frequent disconnection issue, by adding a ping. The "version" call works without authentication and is lightweight. Passing the "true" flag, prevents delivery of cached results. This keeps the socket always connected. Feature may be removed in the future if the upstream library has a proper fix for the issue.
t.behrendt added 1 commit 2026-05-09 14:32:39 +02:00
t.behrendt requested review from branch-buddy 2026-05-09 14:37:53 +02:00
t.behrendt merged commit d6d9c63b3d into main 2026-05-09 14:38:52 +02:00
t.behrendt deleted branch fix-disconnection-issue 2026-05-09 14:38:53 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: t.behrendt/ts3gotify#121