kubemq-io / kubemq-CSharp

C# Library for KubeMQ server
MIT License
30 stars 8 forks source link

Transaction.AckMessage hangs indefinitely #10

Closed francotiveron closed 1 year ago

francotiveron commented 2 years ago

Sometimes calling Transaction.AckMessage hangs indefinitely (the method never returns).

Even if the queue doesn't contain the message (e.g. another client has pulled it), the method should return immediately and maybe report the missing message in the response

kubemq commented 1 year ago

Please use the QueueStream implementation