conn can not use when the server restart.
Opened this issue · 0 comments
dcy commented
Hi!
I keep the conn in gen_server's state, the gen_server can not receive the gun_down
.
And after the server(which http client shotgun request) restart, the conn of gen_server can not work any more.
It works for gun
, the server restart, the conn will work after gen_server receive gun_up
.