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
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 thewith_body
is no longer passed to hackney. https://github.com/benoitc/hackney/blame/master/README.md#L174