Skip to content
New issue

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

fix: fix send() and wait() behavior in transaction handling #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mdqst
Copy link

@mdqst mdqst commented Jan 24, 2025

send() wasn't properly triggering the transaction, and wait() wasn't correctly handling the completion.

this update ensures that send() initiates the transaction and wait() reliably waits for its completion.

the issue has been resolved, and the behavior now aligns with the expected functionality.

Fix send() and wait() behavior in transaction handling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant