3.3.22 event:reconnect_failed

reconnectionAttempts(尝试重连)内无法重新连接时触发

socket.on('reconnect_failed',()=>{
    // ...
})

Last updated