☰
Login
Signup
Home
›
deepcyan
›
Comments
Activity
Discussions
Comments
2
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
deepcyan
About
Username
deepcyan
Joined
March 2017
Visits
0
Last Active
March 2017
Roles
Member
Activity
Discussions
Comments
2
Comments
@sujith Both are getting called, see two typical variants of errors. 2017-03-23 09:53:26,100 atrader.py ERROR on_error callback called: [Errno 32] Broken pipe 2017-03-23 09:53:26,101 atrader.py ERROR on_close callback called 2017-03-23 09:57:22,25…
in
Websocket stops streaming frequently. Is there a way to catch an exception?
Comment by
deepcyan
March 2017
We've added an on_message callback which seems to return garbage values, such as below. Do advise. ... self.ws.on_message = on_message_cb ... ... def on_message(self, message, ws): logging.error("on_message callback called: " + message)…
in
Websocket stops streaming frequently. Is there a way to catch an exception?
Comment by
deepcyan
March 2017