Closed Tochemey closed 9 years ago
I am able to implement a decoder and an encoder and use them as follow: _channelTcpClient = new ChannelTcpClient(MessageEncoder, MessageDecoder);
However the message is well decoded but I cannot have access to it. What am I doing wrong?
Sorry I could get the data. There were some errors in my decoder.
I am able to implement a decoder and an encoder and use them as follow: _channelTcpClient = new ChannelTcpClient(MessageEncoder, MessageDecoder);
However the message is well decoded but I cannot have access to it. What am I doing wrong?