I am using async TCP networking to read the Stack Overflow Chat at a poll frequency of 1 - 2 seconds. Within 35 minutes or earlier, the connection fails like this in Linux
** Access error: cannot open: tcp://chat.stackoverflow.com:80 reason: -12
** Where: open mini-http forever do either either either -apply-
** Near: open port
On windows I get a #9910 error much earlier which may indicate a malformed port object.
Anyone know what the meaning of this error is?
The code is not much different from that posted here except the View components were removed due to a lack of a View for Linux.