enerBit / redsumer-rs

MIT License
1 stars 1 forks source link

Invalid xclaim arguments when there are not pending messages in stream #15

Closed JMTamayo closed 2 months ago

JMTamayo commented 2 months ago

Details:

An error is being raised when trying to claim pending messages from other consumers and there are no pending messages. xclaim command is returning the following error:

"An error was signalled by the server - ResponseError: wrong number of arguments for 'xclaim' command"

JMTamayo commented 2 months ago

Bug was resolved in #17