在Python Websocket中,1006错误意味着什么呢?

时间:2016-06-19 16:19:23

标签: python websocket ws4py

我已与服务器建立连接,一切正常。几天后我注意到数据没有更新,检查了日志并看到了这个:

  

消息:'关闭'参数:(1006,'走开')

来自文档:

        Completes the websocket by calling the `closed`
        method either using the received closing code
        and reason, or when none was received, using
        the special `1006` code.

可能导致什么问题?我认为它可能是丢失的互联网连接或服务器停机片刻(服务器来自第三方,而不是我们的)。然而,这些是我疯狂的猜测,如果有人能给我一些指示如何处理这个错误,我将非常感激。理想情况下,如果需要,我想再等一段时间再连接一下。

谢谢!

0 个答案:

没有答案