jgauffin / Griffin.Framework

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

TcpListener Proper way to stop TcpListener #50

Closed Tochemey closed 9 years ago

Tochemey commented 9 years ago

Whenever I want to stop a TcpChannelListener I got the exception InvalidOperationException not listening you must call the start method before calling this method.

Pls what am doing wrong?