Closed vincenthsu closed 7 years ago
I create a sync_bounded_queue with capacity 10 and then push 1 item into the queue. The size() functions will get 9, but it should be 1.
Thanks a lot for this fix. I really need to add more test :)
I create a sync_bounded_queue with capacity 10 and then push 1 item into the queue. The size() functions will get 9, but it should be 1.