Modify ↓
Opened on Nov 1, 2018 at 4:20:18 PM
Closed on Nov 1, 2018 at 6:15:53 PM
#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 , on Nov 1, 2018 at 4:21:23 PM
| Attachment: | 01_Bug_TCP_Server.au3 added |
|---|
comment:1 by , on Nov 1, 2018 at 5:31:09 PM
Sorry there is a wrong server file. There is a "...Until $iSocket <> -1"
comment:2 by , on Nov 1, 2018 at 6:15:41 PM
Please use the forum for questions and only report Bugs when they are confirmed there.
Jos
comment:3 by , on Nov 1, 2018 at 6:15:53 PM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

The first starting Server example