Skip to content

[rpc] Fixed the issue about ServerConnection retry authentication tasks were not canceled#2860

Open
xuzifu666 wants to merge 1 commit intoapache:mainfrom
xuzifu666:fix_connection
Open

[rpc] Fixed the issue about ServerConnection retry authentication tasks were not canceled#2860
xuzifu666 wants to merge 1 commit intoapache:mainfrom
xuzifu666:fix_connection

Conversation

@xuzifu666
Copy link
Member

Purpose

Issue: Scheduled tasks are created using channel.eventLoop().schedule() for authentication retries, but these tasks are not canceled when the connection is closed.

Impact: Scheduled tasks continue to execute even when the connection is closed, which is unreasonable.

Brief change log

Tests

API and Format

Documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant