Hi,
my program were suffering from missing heartbeats every once in a while causing my connection to disconnect (i use try, except to reconnect but its not the solution im looking for)
when i use process_data_events() manually after X msgs or few seconds i successfully sending and replying heartbeats.
my questions is how the process_data_events method works ?
what is the difference between this method and the connection.sleep() method ?
do i need to add sleep() timeouts after process_data_events()
i use python with pika 1.10.0 package.
thanks :)
moshe.