• antirez's avatar
    Fix XCLAIM missing entry bug. · 6ba50784
    antirez authored
    This bug had a double effect:
    
    1. Sometimes entries may not be emitted, producing broken protocol where
    the array length was greater than the emitted entires, blocking the
    client waiting for more data.
    
    2. Some other time the right entry was claimed, but a wrong entry was
    returned to the client.
    
    This fix should correct both the instances.
    6ba50784
t_stream.c 101 KB