hashicorp / yamux

Golang connection multiplexing library
Mozilla Public License 2.0
2.25k stars 236 forks source link

Add a callback for keepalive failure #48

Closed ghost closed 2 years ago

ghost commented 7 years ago

I've found this useful to notify my code of a disconnect, and it actually means I don't need to implement my own heartbeat/keepalive (which seems pointless considering yamux already does)

hashicorp-cla commented 5 years ago

CLA assistant check

Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement

Learn more about why HashiCorp requires a CLA and what the CLA includes


Will Huxtable seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you already have a GitHub account, please add the email address used for this commit to your account.

Have you signed the CLA already but the status is still pending? Recheck it.

evanphx commented 2 years ago

Given the age, I'm going to go ahead and close this PR.