mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
Fixed style
This commit is contained in:
@@ -124,7 +124,7 @@ module.exports = {
|
||||
io.sockets.on('connection', function (socket) {
|
||||
socket.on('disconnect', function (reason) {
|
||||
reason.should.eql('heartbeat timeout');
|
||||
|
||||
|
||||
cl.end();
|
||||
io.server.close();
|
||||
done();
|
||||
|
||||
Reference in New Issue
Block a user