# 3.3.22 event:reconnect\_failed

在`reconnectionAttempts`（尝试重连）内无法重新连接时触发

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