Modify ↓
Opened 7 years ago
Closed 7 years ago
#3671 closed Bug (No Bug)
TCPRecv/TCPAccept wrong @error detection (also -1 and -2 ...)
| Reported by: | TJF | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.14.5 | Severity: | None |
| Keywords: | TCPRecv | Cc: |
Description
TCPRecv leads to an @error after receiving message -> TCPAccept
TCPRecv cannot be used to detect a lost server-connection, because TCPRecv doesn't return correct @error (and correct -1 and -2.)
Attachments (2)
Change History (5)
by , 7 years ago
| Attachment: | 01_Bug_TCP_Server.au3 added |
|---|
comment:2 by , 7 years ago
Please use the forum for questions and only report Bugs when they are confirmed there.
Jos
comment:3 by , 7 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

The first starting Server example