Skip to content

Commit 418cc89

Browse files
committed
Send notify_price_sched messages even if manager is not in publishing mode
1 parent 0744854 commit 418cc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pc/manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ void manager::poll( bool do_wait )
596596

597597
void manager::poll_schedule()
598598
{
599-
while ( is_pub_ && kidx_ < kvec_.size() ) {
599+
while ( kidx_ < kvec_.size() ) {
600600
price_sched *kptr = kvec_[kidx_];
601601
int64_t pub_ts = pub_ts_ + static_cast< int64_t >(
602602
( static_cast< uint64_t >( pub_int_ ) * kptr->get_hash() )

0 commit comments

Comments
 (0)