Hello, I wrote a server and client using the Network framework and added the same protocol framer on both sides. It seems to work just fine.
But then I wanted to add another protocol framer in the stack and things stop working. I can see that both protocols are started but for some reason the protocol at index 1 does not receive output on the client side and the server receives nothing.
For purpose of testing I have simply duplicated and renamed the first protocol (which I know worked by itself) in order to create the second protocol. So I am not sure what's going on here. Any idea?