1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

feat: return channel number and channels from subscribe / unsubscribe calls

This commit is contained in:
Ruben Bridgewater
2017-05-06 00:27:44 +02:00
parent a6053c510a
commit 27ed4db537
5 changed files with 51 additions and 27 deletions

View File

@@ -309,6 +309,7 @@ describe('connection tests', function () {
assert.strictEqual(client.stream.listeners('timeout').length, 0);
done();
});
client.end(true);
});
it('clears the socket timeout after a connection has been established', function (done) {