mirror of
https://gitee.com/farsunset/cim.git
synced 2025-07-19 14:36:15 +08:00
修改java sdk一处笔误
This commit is contained in:
parent
7a78be0f3b
commit
473436a271
@ -129,8 +129,8 @@ class CIMConnectorManager extends SimpleChannelInboundHandler<Object> {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void operationComplete(ChannelFuture future) throws Exception {
|
public void operationComplete(ChannelFuture future) throws Exception {
|
||||||
|
semaphore.release();
|
||||||
future.removeListener(this);
|
future.removeListener(this);
|
||||||
semaphore.acquire();
|
|
||||||
if(!future.isSuccess() && future.cause() != null) {
|
if(!future.isSuccess() && future.cause() != null) {
|
||||||
handleConnectFailure(future.cause(),remoteAddress);
|
handleConnectFailure(future.cause(),remoteAddress);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user