server cleaning
This commit is contained in:
parent
41b830e179
commit
17357ee472
1 changed files with 2 additions and 3 deletions
|
@ -157,10 +157,9 @@ wss.on('connection', (socket, req) => {
|
||||||
|
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
|
||||||
}catch(e){
|
|
||||||
console.log('error');
|
|
||||||
}
|
}
|
||||||
|
}catch(e){
|
||||||
|
console.log('error');
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue