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
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.
The text was updated successfully, but these errors were encountered:
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 actl
control type message, but that was inevitable. Later it could be used for back pressure etc.The text was updated successfully, but these errors were encountered: