Heya,<div><br></div><div> The frame decoder keeps a cumulation buffer around per channel. Correct me if I am wrong, won't sending a very large request (for example, using fixed length frame decoder) will mean that this buffer will be allocated with that large message for now on till the channel is either closed or disconnected? If so, maybe it makes sense to add a parameter to FrameDecoder, where it will discard cumulation buffers that have exceeded a certain size?</div>
<div><br></div><div>-shay.banon</div>