Netty4_CMPP icon indicating copy to clipboard operation
Netty4_CMPP copied to clipboard

netty4 版本的cmpp 最精简代码

Results 6 Netty4_CMPP issues
Sort by recently updated
recently updated
newest added

请问真实情况短信中心收到投递短信后是否都会发送应答,会有很大的延迟吗?会重复发送应答吗?

` CmppMessageHeader submit = new CmppSubmit(Command.CMPP2_VERSION, serviceId, srcId, sequenceId, mobile, content); client.submit(submit);` 我用这一步提交完短信后,CMPPHandler这个handler的channelRead0()方法始终收不到cmpp返回的cmppSubmitResp,就是这样的么? 这是打印出的日志: `初始化创建连接。。。 -------------请求连接应答------------- 心跳启动!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 心跳启动!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 心跳启动!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 心跳启动!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 心跳启动!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 心跳启动!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 心跳启动!!!!!!!!!!!!!!!!!!!!!!!!!!!!! `

Bumps [netty-all](https://github.com/netty/netty) from 4.0.29.Final to 4.1.42.Final. Commits - [`bd907c3`](https://github.com/netty/netty/commit/bd907c3b3acf3d746ad1143270224aa0f784cd1b) [maven-release-plugin] prepare release netty-4.1.42.Final - [`2791f0f`](https://github.com/netty/netty/commit/2791f0fefac82663ca09dc8aa5dda024152c92f8) Avoid use of global AtomicLong for ScheduledFutureTask ids ([#9599](https://github-redirect.dependabot.com/netty/netty/issues/9599)) - [`86ff76a`](https://github.com/netty/netty/commit/86ff76a4f77662fe1bf61deeec5f3e39e16d4020) Fix incorrect comment ([#9598](https://github-redirect.dependabot.com/netty/netty/issues/9598))...

dependencies

看了README的介绍,里面提到了向用户手机发送短信的场景。 请问有处理收短信的逻辑吗?另外是不是要向移动申请SP号?