jgauffin / Griffin.Framework

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

ChannelTcpClient tries to assign the socket even on failed connection attempts #39

Closed jgauffin closed 9 years ago

jgauffin commented 9 years ago

If a connection attempt failes the OnConnect callback will still try to assign the socket.

jgauffin commented 9 years ago

Changed so that the connection attempt completes, but reports the connect failure.