Changes between Version 1 and Version 2 of Ticket #2670, comment 1
- Timestamp:
- 03/14/14 18:46:39 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2670, comment 1
v1 v2 1 I made a tcp server in c++ and I discovered if the TCPRecv function returns an error it does NOT mean the connection is lost .1 I made a tcp server in c++ and I discovered if the TCPRecv function returns an error it does NOT mean the connection is lost (the client is in autoit). 2 2 3 3 But why? The connection is still there so there is no reason for the function to return an error, otherwise it should return an error when nothing is received.