Results 1 to 5 of 5

Thread: Winsock API troubles (data send but not recived)

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2006
    Location
    Slovenia
    Posts
    100

    Winsock API troubles (data send but not recived)

    Hy, im programing online game...
    When client connect to server enything is great, client send data to server and server sends data back but when server sends user data to client, server sings that the data was sent without eny trubles but client doesnt recive enything ---> it even doesnt trigger socket_dataarrial on client and even then when i try to send data to server on server nothing happens...
    Im using TCP protocol and im testing this on localloop back(127.0.0.1)
    and in background is running loop(with doevents) for drawing onscreen and when i close on client server sings error --> Connection closed due to timeout or other faliture(errnum: 10053)
    Can enyone give me idea what can be wrong?
    can be the loop the trouble or is the problem that the data was recived but the event was not triggered?
    Last edited by BlackCatSLO; Jan 15th, 2007 at 05:13 PM.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width