Skip to content

Bugfix for socket timeouts

Compare
Choose a tag to compare
@SamMousa SamMousa released this 19 Sep 12:19
57b6e76

This release fixes a bug that could, in certain cases, cause data to be lost from a connection.
Due to the way beanstalk reservations work no data is permanently lost and the main effect of this would be a delay in task execution.

Thanks for pointing out the problem @mialex!