Event:’error’

  • error (Object) 错误对象

发生错误时触发。

  1. io.on('connection',socket=>{
  2. socket.on('error',error=>{
  3. //
  4. })
  5. })