You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: