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 727bf17 commit fa56b71Copy full SHA for fa56b71
pc/manager.cpp
@@ -748,13 +748,6 @@ void manager::on_response( rpc::get_slot *res )
748
clnt_.send( breq_ );
749
}
750
751
- if (has_status( PC_PYTH_RPC_CONNECTED )) {
752
- // Flush any partial batches of updates, as we've reached the end of the list of products.
753
- for( user *uptr = olist_.first(); uptr; uptr = uptr->get_next() ) {
754
- uptr->send_pending_upds(uptr->num_pending_upds());
755
- }
756
757
-
758
// reset submit
759
if ( !is_pub_ ) {
760
kidx_ = 0;
0 commit comments