Aldino Kemal
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
5 additions and
0 deletions
-
src/views/index.html
|
|
@ -223,6 +223,11 @@ |
|
|
})) |
|
|
})) |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
this.app_ws.onerror = (error) => { |
|
|
|
|
|
console.error('WebSocket error:', error); |
|
|
|
|
|
showErrorInfo('Connection error occurred. Please refresh the page.'); |
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
this.app_ws.onerror = (error) => { |
|
|
this.app_ws.onerror = (error) => { |
|
|
console.error('WebSocket error:', error); |
|
|
console.error('WebSocket error:', error); |
|
|
showErrorInfo('Connection error occurred. Please refresh the page.'); |
|
|
showErrorInfo('Connection error occurred. Please refresh the page.'); |
|
|
|