jgauffin / Griffin.Framework

Application framework for Business Applications
http://griffinframework.net
168 stars 63 forks source link

Implement a Client using ChannelTcpClient #47

Closed Tochemey closed 9 years ago

Tochemey commented 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?

Tochemey commented 9 years ago

Sorry I could get the data. There were some errors in my decoder.