Closed ziopio closed 5 months ago
Our backend can send close frames like {close, 1011, <<"timeout waiting for pong">>} And in general cowboy can send various codes with empty messages.
close
{close, 1011, <<"timeout waiting for pong">>}
Gun handles these messages so we only need to log and react later to a normal exit.
normal
Our backend can send
close
frames like{close, 1011, <<"timeout waiting for pong">>}
And in general cowboy can send various codes with empty messages.Gun handles these messages so we only need to log and react later to a
normal
exit.