You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I am trying to get data from broker. I tried with python's "websocket" library and it works, here is screen capture of python's implementation.
But when I try to use same request with this library, I am just receiving ping-pong data, not receiving actual data as below
I tried to check in Fiddler, it shows Ping-Pong messages but not receiving actual data from server.
The text was updated successfully, but these errors were encountered:
Hi there,
I am trying to get data from broker. I tried with python's "websocket" library and it works, here is screen capture of python's implementation.
But when I try to use same request with this library, I am just receiving ping-pong data, not receiving actual data as below
I tried to check in Fiddler, it shows Ping-Pong messages but not receiving actual data from server.
The text was updated successfully, but these errors were encountered: