em-jack icon indicating copy to clipboard operation
em-jack copied to clipboard

An Evented Beanstalk Client

Results 5 em-jack issues
Sort by recently updated
recently updated
newest added

Did not handle case where packet boundaries split a body from its line terminator exactly. Line terminator not consumed, nor anything past it. For example: ``` OK 5\r\n12345 \r\nDELETED 10\r\n...

Hi, I am using em-jack for my worker process. When a new job come in after no jobs in the queue for a while, em-jack will not receive that job....

If the connection does not connect immediately (for example if the 2nd attempt succeeds) then the tube specified in initializer will not be used. This is because the `@used_tube` instance...

These should probably return a deferrable of some sort, either one that is always succeeded or one that succeeds as long as the connection is still up. That way, the...