mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
				synced 2025-10-31 18:47:48 +00:00 
			
		
		
		
	changed rbegin to begin
This commit is contained in:
		| @@ -585,7 +585,7 @@ bool BufferedProducer<BufferType, Allocator>::flush(std::chrono::milliseconds ti | ||||
|         // Re-enqueue remaining messages in original order | ||||
|         if (!flush_queue.empty()) { | ||||
|             std::lock_guard<std::mutex> lock(mutex_); | ||||
|             messages_.insert(messages_.begin(), std::make_move_iterator(flush_queue.rbegin()), std::make_move_iterator(flush_queue.rend())) | ||||
|             messages_.insert(messages_.begin(), std::make_move_iterator(flush_queue.begin()), std::make_move_iterator(flush_queue.end())); | ||||
|         } | ||||
|     } | ||||
|     else { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 accelerated
					accelerated