When using a SocketConnector to stream data over a TCP socket where the recipient does not read out data fast enough, it seems like IoSession.write() just buffers data until I run out of heap space.
Is there an easy way to keep the number of unsent bytes below a limit and block the sender once this limit is reached? I am using MINA 1.1.7
