awaiting sendEmail hangs when sending lots of emails #32328
Labels
Client
This issue points to a problem in the data-plane of the library.
Communication - Email
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
When sending lots of emails using the approach documented in the examples from within azure functions, the
sendEmail
function will never return a completed promise in some situations. I think this may be when hitting the account email sending limit, but it will block for eternity. I would expect it to throw an error in that situation.To Reproduce
Additional context
This may be related to this other issue #25915 ?
The text was updated successfully, but these errors were encountered: