It's more correct to remove the connector handler in ClientBootstrap
This commit is contained in:
parent
b7e9fa38ec
commit
33a4a9f8e1
@ -218,6 +218,8 @@ public class ClientBootstrap extends Bootstrap {
|
||||
}
|
||||
} while (future == null);
|
||||
|
||||
pipeline.remove("connector");
|
||||
|
||||
return future;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user