Python Websocket lost connection

Hi,
I'm writing a client side websocket program in python to get real time data from Refinitiv.
I'm using multithreading where one thread receives the data and put them in a queue and the other thread
handle the data in the queue(update our own database).
It's supposed to run 24/7 all year long.
But I've discovered that after some time(ranging from about 1 to 4 days) the connection will be lost.
The strange thing is that it dosen't jump to on_close() or on_error(). The program simply stops receiving data or ping/pong message from the server but the program is still running just nothing happens.
So how should I go about reconnecting to the server in this situation.
I've already written reconnection logic in on_close() and on_error(). But since it doesn't jump to either of those functions I don't know what to do.
Please help. Thank you
Best Answer
-
I assume that you are using the third party WebDocket client library to establish the WebSocket connection to the server. You may check the offical documents of that WebSocket client library.
Regarding how to handle ping messages, you can refer to this example.
0
Answers
-
Thank you for reaching out to us.
You can use ping message and other incomming messages to verify the connection status.
Typically, the server sends a ping message to the application every 20 seconds. If it doesn't get any messages back from the application, it will cut the connection.
You can also use this method to verify the connection status. For example, if the applicaiton doesn't receive any messages (including ping messges) from the server for a specific time (20 seconds), the application can disconnect and then reconnect to the server.
0 -
@Jirapongse I'm speculating that there are so much data to receive and handle that my application doesn't have time to send the 'pong' message back? But it's weird that it doesn't jump to on_close() or on_error() where I have re-connection logic written in.
As for your suggestion, how do I check if the application doesn't receive any messages from the server for a specific time?
0 -
@tobywong
You may also check what the last message that the application received.
Is it the login closed status message?
0 -
It's not the login closed status message.
The last message is the 'ping' I sent. There is no 'pong' being sent back.
There is no error message. My program will print the error message and error code if there's an error(it should jump to the on_error() function if there is an error).
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 685 Datastream
- 1.4K DSS
- 615 Eikon COM
- 5.2K Eikon Data APIs
- 10 Electronic Trading
- Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 252 ETA
- 556 WebSocket API
- 38 FX Venues
- 14 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 23 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 275 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 22 RDMS
- 1.9K Refinitiv Data Platform
- 650 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 193 TREP Infrastructure
- 228 TRKD
- 917 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 90 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛