|
@@ -512,7 +512,7 @@ function handleWSMessage(e) {
|
|
|
function handleWSError(e) {
|
|
function handleWSError(e) {
|
|
|
console.log('socket-error-8jfdksagjsfdjaklnfsdajkl', e);
|
|
console.log('socket-error-8jfdksagjsfdjaklnfsdajkl', e);
|
|
|
handleChatRequestionException({
|
|
handleChatRequestionException({
|
|
|
- message: e.message
|
|
|
|
|
|
|
+ message: `WebSocket ${e.type}: ${e.url}`
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
|
|
|