We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library throw exception "The CancellationTokenSource has been disposed" when SocketClient.Dispose() is called
Bug log:
iOSWebSocket.Dispose () SIGABRT: The Cancellation TokenSource has been disposed. Stack traces CancellationTokenSource.Cancel (System. Boolean thrownFirstException) CancellationTokenSource.Cancel () TaskWorker. Dispose () WebSocketClient.Dispose () EngineIoClient.Dispose () SocketIoClient.Dispose () iOSWebSocket.Dispose ()
Code of your library:
Run SocketClient.Dispose() many times
No response
1.2.7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Library throw exception "The CancellationTokenSource has been disposed" when SocketClient.Dispose() is called
Bug log:
Code of your library:
Steps to reproduce the bug
Run SocketClient.Dispose() many times
Expected behavior
No response
Screenshots
No response
NuGet package version
1.2.7
Platform
No response
IDE
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: