Skip to content

Commit 39e7722

Browse files
authored
Keep websocket connection open longer by sending ping (baserow#4327)
1 parent 7c737c7 commit 39e7722

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "bug",
3+
"message": "Change WebSocket connection closed error message.",
4+
"issue_origin": "github",
5+
"issue_number": null,
6+
"domain": "core",
7+
"bullet_points": [],
8+
"created_at": "2025-11-24"
9+
}

web-frontend/modules/core/locales/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,11 +427,11 @@
427427
},
428428
"connectingToast": {
429429
"title": "Reconnecting",
430-
"content": "Reconnecting with server."
430+
"content": "Trying to reestablish real-time updates."
431431
},
432432
"failedConnectingToast": {
433433
"title": "Failed",
434-
"content": "Connection to the server has failed. Please refresh the page.",
434+
"content": "Real-time updates could not be reestablished. Please refresh to continue.",
435435
"action": "Refresh page"
436436
},
437437
"authorizationErrorToast": {

0 commit comments

Comments
 (0)