Build with Visual C++ (#9190)

Co-authored-by: Mehrdad <noreply@github.com>
Co-authored-by: Simon Mo <xmo@berkeley.edu>
This commit is contained in:
mehrdadn
2020-07-02 09:34:24 -07:00
committed by GitHub
co-authored by Mehrdad Simon Mo
parent bfb8a28a3c
commit 29acf272b7
16 changed files with 120 additions and 53 deletions
+1 -1
View File
@@ -269,7 +269,7 @@ bool DataWriter::CollectFromRingBuffer(ProducerChannelInfo &channel_info,
auto &q_id = channel_info.channel_id;
std::list<StreamingMessagePtr> message_list;
uint64_t bundle_buffer_size = 0;
uint32_t bundle_buffer_size = 0;
const uint32_t max_queue_item_size = channel_info.queue_size;
while (message_list.size() < runtime_context_->GetConfig().GetRingBufferCapacity() &&
!buffer_ptr->IsEmpty()) {