I’m following directions provided on GitHub - simplefx-ltd/simplefx-api in order to subscribe for live quotes on the https://webquotes-v3.simplefx.com/signalr/ endpoint. However, I’m continually faced with a websocket error from the signalr server after a succesful handshake. So it fails to establish a working connection. I’m using a python library called signalrcore to establish a connection with the SimpleFX signalr server.
Has anyone else managed to get this working? If so, could you provide the explicit steps that you followed? Many thanks.