ninenines / gun

HTTP/1.1, HTTP/2, Websocket client (and more) for Erlang/OTP.
ISC License
891 stars 232 forks source link

Pass pong to parent process #189

Closed deadtrickster closed 4 years ago

deadtrickster commented 5 years ago

If I want to use ping/pong to check responsiveness, I as a client send ping, but then gun completely hides pong responses from me.

essen commented 4 years ago

Done in d9a970be90d0105af215531d74809878f9c21338.

deadtrickster commented 4 years ago

Great, thanks!