non-connected sockets

  • Thread starter Thread starter Jim
  • Start date Start date
J

Jim

Hi Guys,

i've searched through different n-groups but couldn't find any answers
to my problem. If my TCPserver keeps running after a few hours my client
couldnt connect anymore in my TCPserver, which then pops an exception
which says "System.InvalidException: operation not allowed on
non-connected sockets at System.Net.Sockets.Tcpclient.getstream()"

what's the problem with my socket? in fact i could send messages to my
server before the error occurs.

thanks
jim
 
Back
Top