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
The idea on this is to spawn a daemon thread upon consumption which calls connection.process_data_events() and therefore keeps the connection alive. This will allow for very short heartbeats.
Careful care needs to be taken to ensure this is killed appropriately when the connection dies.
The text was updated successfully, but these errors were encountered:
The idea on this is to spawn a daemon thread upon consumption which calls
connection.process_data_events()
and therefore keeps the connection alive. This will allow for very short heartbeats.Careful care needs to be taken to ensure this is killed appropriately when the connection dies.
The text was updated successfully, but these errors were encountered: