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

Sometimes multiple outgoing payments are created #850

Closed
sidvishnoi opened this issue Jan 20, 2025 · 2 comments · Fixed by #851
Closed

Sometimes multiple outgoing payments are created #850

sidvishnoi opened this issue Jan 20, 2025 · 2 comments · Fixed by #851
Assignees
Labels
bug Something isn't working
Milestone

Comments

@sidvishnoi
Copy link
Member

sidvishnoi commented Jan 20, 2025

For continuous payments, sometimes multiple continuous payments are created. There's still a single monetization event fired (really? and why??).

Investigate why this happens and fix it. Something related to our timers not clearing correctly and stopping/pausing payments.

This ends up showing as more payment sent out than being shown.

@sidvishnoi
Copy link
Member Author

Happens if tab is reloaded - we don't clear sessions. Caused by #831. Need a reliable way to differentiate between iframe navigation and page reload.

@sidvishnoi
Copy link
Member Author

sidvishnoi commented Jan 20, 2025

Some messaging from content script may hold the key. Screenshot below is after navigation of iframe (first navigation entry has a type navigate or reload correctly).

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant