I am new to netty and I try to receive byte response from a server (non-netty). However, I belvie I missundersteand the reference count. While reading the response I am running into the IllegalReferenceCountException: refCnt:0 What I do is not that complicated. I set up the client, then I send a message and I am awaiting a response. My ResponseHandler