You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I'm using the server with a lot of satisfaction and appreciation overall, I'm happy to get assistance with making concurrent sending requests.
Let's say that I have 100 items in an array and I need to send email to each one of them with SMTP.
Currently the case with DispatchGroup or concurrent DispatchQueue doesn't help the case, I see emails being sent right after one is sent. So it takes a lot of my time.
What can I do about this?
The text was updated successfully, but these errors were encountered:
As I'm using the server with a lot of satisfaction and appreciation overall, I'm happy to get assistance with making concurrent sending requests.
Let's say that I have 100 items in an array and I need to send email to each one of them with SMTP.
Currently the case with DispatchGroup or concurrent DispatchQueue doesn't help the case, I see emails being sent right after one is sent. So it takes a lot of my time.
What can I do about this?
The text was updated successfully, but these errors were encountered: