We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc8dae commit 9af84bfCopy full SHA for 9af84bf
pc/manager.cpp
@@ -578,6 +578,9 @@ void manager::poll( bool do_wait )
578
}
579
580
581
+ // request quotes from the publishers
582
+ poll_schedule();
583
+
584
// try to (re)connect to tx proxy
585
if ( do_tx_ && ( !tconn_.get_is_connect() || tconn_.get_is_err() ) ) {
586
tconn_.reconnect();
@@ -586,9 +589,6 @@ void manager::poll( bool do_wait )
589
if ( has_status( PC_PYTH_RPC_CONNECTED ) &&
587
590
!hconn_.get_is_err() &&
588
591
( !wconn_ || !wconn_->get_is_err() ) ) {
- // request product quotes from pythd's clients while connected
- poll_schedule();
-
592
send_pending_ups();
593
} else {
594
reconnect_rpc();
0 commit comments