Skip to content

[stable-25.0.x] avoid SocketTimeoutException by higher interval - #6648

Merged
mahibi merged 1 commit into
stable-25.0.xfrom
backport/6642/stable-25.0.x
Sep 4, 2026
Merged

[stable-25.0.x] avoid SocketTimeoutException by higher interval#6648
mahibi merged 1 commit into
stable-25.0.xfrom
backport/6642/stable-25.0.x

Conversation

@backportbot

@backportbot backportbot Bot commented Sep 4, 2026

Copy link
Copy Markdown

Backport of PR #6642

set websocket ping interval from 10s to 30s to avoid too many of these errors:

2026-09-04 09:46:30.920 17696-26274 WebSocketInstance com.nextcloud.talk2EError : WebSocket 261462868 (Fix with AI)
java.net.SocketTimeoutException: sent ping but didn't receive pong within 10000ms (after 2 successful ping/pongs)
	at okhttp3.internal.ws.RealWebSocket.writePingFrame$okhttp(RealWebSocket.kt:563)
	at okhttp3.internal.ws.RealWebSocket$initReaderAndWriter$lambda$3$$inlined$schedule$1.runOnce(TaskQueue.kt:219)
	at okhttp3.internal.concurrent.TaskRunner.runTask(TaskRunner.kt:116)
	at okhttp3.internal.concurrent.TaskRunner.access$runTask(TaskRunner.kt:42)
	at okhttp3.internal.concurrent.TaskRunner$runnable$1.run(TaskRunner.kt:65)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1100)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:1572)

Signed-off-by: Marcel Hibbe <[email protected]>
@backportbot backportbot Bot added the 3. to review Waiting for reviews label Sep 4, 2026
@backportbot backportbot Bot added this to the 25.0.0 milestone Sep 4, 2026
@mahibi
mahibi merged commit 7507f42 into stable-25.0.x Sep 4, 2026
11 of 15 checks passed
@mahibi
mahibi deleted the backport/6642/stable-25.0.x branch September 4, 2026 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant