Skip to content
New issue

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

Why close() method always return false in HttpClientConnector #459

Open
oyz1314 opened this issue Apr 27, 2023 · 0 comments
Open

Why close() method always return false in HttpClientConnector #459

oyz1314 opened this issue Apr 27, 2023 · 0 comments

Comments

@oyz1314
Copy link

oyz1314 commented Apr 27, 2023

I am using HttpClientConnector to establish a connection and achieve HTTP communication,and after FullHttpMessageListener onComplete method has been called, i want to close the connection.But,the close() method always return false
@OverRide
public boolean close() {
return false;
}
Why design this?

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

No branches or pull requests

1 participant