pablo-co / bamboo_postmark

A Bamboo adapter for Postmark
MIT License
39 stars 29 forks source link

deliver function returns a #Reference in body #13

Closed john-griffin closed 7 years ago

john-griffin commented 7 years ago

After the timeout/config update was released it is no longer possible to perform any operations the body contents received from the deliver function. Instead of getting a regular string inside body it includes a #Reference. I believe this is because the with_body is no longer passed to hackney. https://github.com/benoitc/hackney/blame/master/README.md#L174

pablo-co commented 7 years ago

Thanks for reporting this @john-griffin! #14 fixes this issue, just released version 0.4.1 with this fix.

john-griffin commented 7 years ago

Thanks again @pablo-co 😃