-
Hi guys, I want to close the frame stream from the client, and the server-side can get the stream close event or exception. How to do that, any help? Thanks very much. |
Beta Was this translation helpful? Give feedback.
Answered by
Darksonn
Nov 25, 2021
Replies: 1 comment 1 reply
-
Typically you would use either |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
fy2462
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Typically you would use either
AsyncWriteExt::shutdown
orSinkExt::close
depending on the type of IO resources.