Replies: 1 comment
-
Can you supply a stack trace? I've added some catches for both OperationCanceledException and TaskCanceledException going into 3.0.17. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
once client has been connected with server, i'd like to disconnect the client,
so use method :client.disconnect() or client.dispose();
there will throw exception, like this: System.OperationCanceledException:“The operation was canceled.”
Beta Was this translation helpful? Give feedback.
All reactions