我正在使用异步 TCP 网络以 1 - 2 秒的轮询频率读取 Stack Overflow Chat。在 35 分钟或更早的时间内,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
在 Windows 上,我更早收到 #9910 错误,这可能表明端口对象格式错误。
有谁知道这个错误的含义是什么?
该代码与此处发布的代码没有太大区别,只是由于缺少适用于 Linux 的 View 而删除了 View 组件。