You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please, what is intended graceful disconnection flow?
Should a client it-self initiate a disconnection or should it be controlled on higher level and both server and client should be closed?
Are client and server enough to be closed or subsequent streams should be closed first
Same who should be responsible for the streams. to be closed (client/server/controlled both)
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
The text was updated successfully, but these errors were encountered:
Please, what is intended graceful disconnection flow?
Trying to close just a client side leads to
EOF
s andkeepalive timeouts
. So is there design supposed scenario or I've to manage it on my app explicitly?Thx
The text was updated successfully, but these errors were encountered: