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
Similar to #269, the state tracking around canceling dials is monotonically increasing:
The AbortableHandler logic was introduced on top of the cancellation by connection ID, therefore I expect the fix to be similar for both cases.
AbortableHandler
cc @paritytech/networking
The text was updated successfully, but these errors were encountered:
The cancel by abort handler is not yet merged, therefore the leak might come entirely from the "cancel by connection ID"
Sorry, something went wrong.
c0fef8d
Successfully merging a pull request may close this issue.
Similar to #269, the state tracking around canceling dials is monotonically increasing:
The
AbortableHandler
logic was introduced on top of the cancellation by connection ID, therefore I expect the fix to be similar for both cases.TCP
WebSocket
cc @paritytech/networking
The text was updated successfully, but these errors were encountered: