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
To do this, we have to make proof sending mandatory, with optional callbacks for proof receiving.
Then, we can send a success bool on the proof message to indicate errors or timeouts.
success
This will let the sender handle cases where the recipient never received their message.
The text was updated successfully, but these errors were encountered:
brandonsturgeon
No branches or pull requests
To do this, we have to make proof sending mandatory, with optional callbacks for proof receiving.
Then, we can send a
success
bool on the proof message to indicate errors or timeouts.This will let the sender handle cases where the recipient never received their message.
The text was updated successfully, but these errors were encountered: