beanstalk-client icon indicating copy to clipboard operation
beanstalk-client copied to clipboard

C/C++ beanstalk client

Results 6 beanstalk-client issues
Sort by recently updated
recently updated
newest added

hello deepfryed, would it be possible to officially support conan for this package? for example, the Catch2 library has their package in the conan repository - https://bintray.com/catchorg/Catch2/Catch2%3Acatchorg - https://github.com/catchorg/Catch2/tree/master/.conan

Please add BS_STATUS_CONNECTION_FAIL to distinguish connection problem and something else.

beanstalk-client/beanstalk.c:267:74: error: use of undeclared identifier 'MSG_NOSIGNAL' return send(fd, message, size, bs_poll ? MSG_DONTWAIT|MSG_NOSIGNAL : MSG_NOSIGNAL); MSG_NOSIGNAL is not defined on Mac OSX - introduced by #31

Hi, I've just installed beanstalk-client on a 64-bit openSUSE system. Doing 'sudo make install' puts the created library files into **/usr/lib**. It should go into **/usr/lib64** instead, otherwise the libraries...

This simply adds the generic errors defined in the beanstalk protocol and treats them in the client library so it'll return different error codes if one of these errors is...

I ran valgrind on my application and several issues popped up involving Beanstalk::Client::reconnect(). I will put the report in a separate post in this issue. I'm not entirely sure how...