'websocket: connection error'

"websocket: connection error"," The operation couldn"t be completed. Connection refused"

the development environment is as follows:
react-native-cli: 2.0.1
react-native: 0.55.1
ask for rescue?

Mar.05,2021

    var m={};//
    var ws = new WebSocket(wsObj.url);
    ws.onopen = function () { //
        ws.send(JSON.stringify(m));
        wsObj.resetHeart();
        if (w1) {
            userList = [];
        }
        console.log(":", wsObj.name);
    };

your connection failed to see if it has been matched successfully with the backend

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b371e7-2c085.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b371e7-2c085.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?