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