mailgun / mailgun-php

Mailgun's Official SDK for PHP
http://www.mailgun.com
MIT License
1.09k stars 314 forks source link

close resources even if request failed #864

Closed kima92 closed 1 year ago

kima92 commented 1 year ago

handle cases when Mailgun is used inside a long-running process (queue worker for example), catch the exception without closing the resources

oleksandr-mykhailenko commented 1 year ago

Thank you In the latest release we implemented your changes