Ok this is my problem: I have a client and a server app when i try to send
winsock commands quickly ie: CLIENT: Code: Private function BulkTest() Winsock1.SendData "PlaySong" Winsock1.SendData "GetSongInfo" end function The server sends responses back (and does other stuff but that has been stripped for this eg): SERVER: Code: Private ...