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
{{ message }}
This repository was archived by the owner on Aug 18, 2026. It is now read-only.
Silly thing to forget as it's been a major part of previous streaming RPC. Channel implementations currently have no close() method or just call peer.close() which closes the whole connection. This means we'll have to introduce a ctl control type message, but that was inevitable. Later it could be used for back pressure etc.
Silly thing to forget as it's been a major part of previous streaming RPC. Channel implementations currently have no
close()method or just callpeer.close()which closes the whole connection. This means we'll have to introduce actlcontrol type message, but that was inevitable. Later it could be used for back pressure etc.