Open danceoften opened 7 years ago
I'm glad you've gotten good use out of this component!
FYI: This project is not longer actively maintained. However, it uses ServiceStack under the covers to make an API call here: https://github.com/danesparza/MailChimp.NET/blob/master/MailChimp/MailChimpManager.cs#L3294 so you may want to investigate how to configure servicestack to have an increased timeout.
Other devs who have used the component may be able to add additional information, so I'll leave this question here for others to answer.
Thanx for this super component, I have a problem when creating CampaignSegmentOptions when adding the segment: how can I increase the timeout? Could I simply AddStaticSegmentMembers multiple times in chunks to the same segment before creating the CreateCampaign?
Here's my code:
`IEnumerable emails ;
//... code to get 25K emails from DB
CampaignSegmentOptions campaignSegmentOptions = null; // default tutti senza segmento
// ------------EXCEPTION HAPPENS HERE campaignSegmentOptions.SavedSegmentId = seg.NewStaticSegmentID.ToString(); }
//........................`
thanx for you support