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

Avoid repeated freeze calls #127

Open
cuttlefishi opened this issue Nov 5, 2024 · 0 comments
Open

Avoid repeated freeze calls #127

cuttlefishi opened this issue Nov 5, 2024 · 0 comments
Assignees

Comments

@cuttlefishi
Copy link
Contributor

Issue: when we restart the app, there will be a session set to CLOSE. Another session will continue with freeze call which is a repeat. This will cause the following replacement transaction error:

ERROR: Returned error: replacement transaction underpriced
NEW ERROR: Returned error: replacement transaction underpriced

Proper behavior: When the duplicate session exists, and the session resumes, freeze call should not be repeated.

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

No branches or pull requests

2 participants