Lihuanghe / SMSGate

这是一个在netty4框架下实现的三网合一短信网关核心框架,支持(cmpp/smpp3.4/sgip1.2/smgp3) 短信协议解析,支持长短信合并和拆分,也支持wap短信和闪信。
Apache License 2.0
913 stars 454 forks source link

[ISSUE-32] openEndpoint 和 openAll 方法返回 ChannelFuture 对象 #33

Closed coolbeevip closed 4 years ago

coolbeevip commented 4 years ago

Fixed #32

Lihuanghe commented 4 years ago

Connector.open()返回的future没有用。调用open()时,要建立连接后,发送ConnectRequest消息以后,等Connectresponse回来后的future才有用。这样能获取登陆返回的resultCode