my ticker keeps dropping connections. Earlier I realised I was passing numpy.int64 instances as tokens. I corrected this on Friday and changed this to int. It worked. But today again there is a problem in connection. Can something be deduced from the response code and message below?
thanks
Event: Ticker: connection established with response = {"peer": "tcp4:13.235.207.78:443", "headers": {"date": "Mon, 06 Jul 2020 04:10:09 GMT", "connection": "upgrade", "upgrade": "websocket", "sec-websocket-accept": "iGzGEzyLKZqHjangpvSr/qQ9MLw="}, "version": 18, "protocol": null, "extensions": []} connection was closed uncleanly (I dropped the WebSocket TCP connection: close reason without close code) 1006 Event: Ticker: connection closed. Total disconnections=6
You can go through Websocket Streaming Python client FAQs.