libBeanstalk.NET icon indicating copy to clipboard operation
libBeanstalk.NET copied to clipboard

Infinite ReserveString()

Open snmslavk opened this issue 9 years ago • 0 comments

When I call a method ReserveString(), this method is waiting for new item in queue in order to reserve it.

But if during this process you start/stop(because of an error or any other reason) the beanstalk service and add some new item in queue, then ReserveStringwon't find this element and will be waiting for new item infinitely.

snmslavk avatar Mar 16 '16 07:03 snmslavk