We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5440dc commit 1951788Copy full SHA for 1951788
lib/skywalking_ruby/reporter/buffer_trigger.rb
@@ -62,7 +62,7 @@ def closed?
62
def stream_data
63
return enum_for(:stream_data) unless block_given?
64
65
- unless closed?
+ until closed?
66
segment = @buffer.pop(false)
67
unless segment.nil?
68
yield(generate_segment(segment))
0 commit comments