TongxiJi / shadowsocks-java

shadowsocks server base on netty4 , tcp & udp full support,
MIT License
275 stars 77 forks source link

# 解决可能会导致msg不写入remoteChannel,也不会触发的现象 #4

Closed zk-123 closed 6 years ago

zk-123 commented 6 years ago

在SSTcpProxyHandler 中,如果client在一个包中一次性发完它的请求,当future.isSuccess()时,还未写入remoteChannel,在主流程中在remoteChannel为空的可能中,写入list但未被触发,只能等待连接超时结束。