We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
send-status-update! doesn't need to call data->pb.
send-status-update!
data->pb
Also, some of the other executor methods call data->pb when they should instead call pb->data.
pb->data
Finally, there is a miss-named Java method that needs to be fixed.
This work was done in the following branch:
The text was updated successfully, but these errors were encountered:
Opened PR #27 for this.
Sorry, something went wrong.
No branches or pull requests
send-status-update!
doesn't need to calldata->pb
.Also, some of the other executor methods call
data->pb
when they should instead callpb->data
.Finally, there is a miss-named Java method that needs to be fixed.
This work was done in the following branch:
The text was updated successfully, but these errors were encountered: