• Welcome to Valhalla Legends Archive.
 

Handling multiple sockets flawlessly?

Started by vector, October 27, 2008, 10:42 PM

Previous topic - Next topic

vector

I feel like an idiot. On the client, when the form terminated, it would call sckSend.Close, and on the server side, when the socket quits, the close() sub was actually executing twice. I took that line from the client out, and it does just what its supposed to do normally.

TheMinistered

search pscode.com for "david Fritts" you'll find really good sample project on how to do this