1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-04 15:02:09 +03:00

Intermediate fix js parser handling big values very slow

Closes #900
This commit is contained in:
Ruben Bridgewater
2015-11-08 23:05:15 +01:00
parent c08461f781
commit ff857f97ae
4 changed files with 44 additions and 30 deletions

View File

@@ -261,7 +261,7 @@ describe("return_buffers", function () {
}
});
});
it('receives buffer messages', function (done) {
sub.on("subscribe", function (chnl, count) {
pub.publish(channel, message);