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

Execute email sending in its own zone. #8047

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Conversation

isoos
Copy link
Collaborator

@isoos isoos commented Sep 10, 2024

  • Unhandled exception when SMTP sockets are closed #8032
  • The parent Zone is the service scope zone in the time of the creation of the mail sender, and not the request zone.
  • Also added a pool to enforce one message sending at a time, to prevent any potential race condition while sending email on the frontend requests.

@isoos isoos merged commit 25c0f6f into dart-lang:master Sep 11, 2024
32 checks passed
@isoos isoos deleted the email-zone branch September 11, 2024 09:42
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.

2 participants