Skip to content

Conversation

@harisbotic
Copy link
Contributor

Added a flush method to the stream class that flushes stream's Timeseries, Events and Properties data.
This Flush is different from other as it awaits for all messages to be sent before continuing in the same way as stream.Close() awaits

@peter-quix peter-quix linked an issue May 5, 2023 that may be closed by this pull request
@peter-quix peter-quix merged commit ef777d4 into main May 5, 2023
peter-quix pushed a commit that referenced this pull request May 8, 2023
Fixing a bug on Stream.Close() introduced with #112

The bug was that Flush method on producers was called after they have been disposed.
@ghost ghost deleted the feature/37512-flush-buffer-fix branch November 14, 2023 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Introduce Flush for topic producer

3 participants