You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/i18n/en.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ const en = {
54
54
'streaming.allowForSession': 'Allow for Session',
55
55
'streaming.allowed': 'Allowed',
56
56
'streaming.denied': 'Denied',
57
+
'streaming.connectionDrop': 'Connection lost — the server stream ended unexpectedly. Claude may still be running in the background. Please try sending your message again.',
// Detect premature stream end (connection drop without server 'done' event)
359
+
if(!result.receivedDone){
360
+
cleanupTimers(stream);
361
+
362
+
constdropMsg='Connection lost — the server stream ended unexpectedly. Claude may still be running in the background. Please try sending your message again.';
0 commit comments