rocketmq
rocketmq copied to clipboard
[ISSUE #8159] Fix proxy discarding response when channel is unwritable
Which Issue(s) This PR Fixes
Fixes #8159
Brief Description
- do not check channel.isWritable when writeResponse
- Reuse NettyRemotingAbstract.writeResponse to get better exception handling