<div dir="ltr">Dear list,<div>I'm using gun as a HTTP client. I've chosen gun because I want a HTTP library that does not retry to reconnect or to issue a call on error. I was previously using hackney, but I couldn't set it to not retry automatically.</div><div><br></div><div>Si, in gun I set <font face="monospace, monospace">{retry, 0}</font> in the Options of the <font face="monospace, monospace">gun:open/3 </font>call.</div><div><br></div><div>I'm issuing consecutive calls, but after 3 or 4 calls (randomly) the gun process exits, and all I get is:</div><div><br></div><div><font face="monospace, monospace">crashed with reason: gone in gun:retry_loop/2 line 449</font></div>







<div><br></div><div>I don't have any problems with the same server and another library. Has anyone seen this behavior with gun?</div><div><br></div><div>Thanks,</div><div>r.</div></div>