Open archerbj opened 4 years ago
@archerbj Could you submit a PR with a fix?
@archerbj I have submitted PR #620 which solve the problem and passed tests, I hope it will work for you :) @RichardKnop would you please help review the pull request, and evaluate the side effect
I am using RabbitMQ as a broker and Redis as the backend to run the example code.
Here is the server setup code
When the code runs to send a chord task, the worker raised this error
It seems the
NewGR
method forgot to instantiateredsync
?