hashicorp / yamux

Golang connection multiplexing library
Mozilla Public License 2.0
2.19k stars 232 forks source link

What is Disconnect Flow #116

Open kudla opened 1 year ago

kudla commented 1 year ago

Please, what is intended graceful disconnection flow?

Trying to close just a client side leads to EOFs and keepalive timeouts. So is there design supposed scenario or I've to manage it on my app explicitly?

Thx