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

Wrapper uses wrong tracking data in email when sending fast over multiple connections #2

Open
SendFlo opened this issue Feb 27, 2023 · 0 comments

Comments

@SendFlo
Copy link

SendFlo commented Feb 27, 2023

When delivering many emails (>10/second) over multiple connections (8+), identical tracking data from one email ends up in other emails.
This might happen because all "Session"s share the same "Backend" and "Wrapper" struct.
I assume that the WrapperData gets overwritten by a parallel process before the data can be copied upstream.
I tried making a copy of the wrapper for each new Session, but it sadly did not solve the issue.

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

1 participant