Closed wsky closed 10 years ago
https://github.com/wsky/top-link/compare/5acb8f1e9b...660e42b666
netty channel.write() was async and pending frame to send queue
simply add buffer count limit, or mem size limit is more useful
remove sendSync(), channelSender.send() not full async always, if reach max pendingCount, change to sendSync
https://github.com/wsky/top-link/compare/5acb8f1e9b...660e42b666
netty channel.write() was async and pending frame to send queue
simply add buffer count limit, or mem size limit is more useful