fabware opened this issue 14 years ago · 1 comments
spotted a typo in line 32 consumer/base.py, not sure how to use comment, open a bug here.
def wait_async(cb, **params):
should be:
def wait_async(self, cb, **params):
fixed in 9ba27e3 thanks !