mirror of
https://github.com/wassname/ray.git
synced 2026-09-09 11:32:43 +08:00
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:
co-authored by
Mehrdad
Simon Mo
parent
bfb8a28a3c
commit
29acf272b7
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user