iRedis icon indicating copy to clipboard operation
iRedis copied to clipboard

Issue with readReply() / MULTIBULK

Open nickyleach opened this issue 14 years ago • 0 comments

Looks like readBulkReply() had been abstracted from readReply() at some point, but a reference to $size was left in readBulkReply(). This caused nil values to muck up the file pointer position for subsequent values and ultimately cause the process to hang.

nickyleach avatar Feb 02 '11 06:02 nickyleach