Reading Messages on Poloniex Trollbox with Python autbahn or other socket module?

前端 未结 4 1505
一生所求
一生所求 2021-01-21 17:50

Poloniex doesn\'t return every message to my socket. I read the messages with the following code and sometimes I get continuous message numbers, but sometimes there are like 10

4条回答
  •  旧巷少年郎
    2021-01-21 18:34

    so the trollbox is not functioning right now at the wamp web socket, the reason you are getting a disconnections is due to inactivity.

    if you want to check it you can look at the website source here and look at line 2440 and see that the trollbox subscription is commented.

提交回复
热议问题