Skip to content

Fix #164 - Fixed bug in StreamLogger's readUntil method#167

Merged
TB-1993 merged 1 commit intodevelopfrom
feature/gh164_fix_stream_to_file_readUntil
May 6, 2025
Merged

Fix #164 - Fixed bug in StreamLogger's readUntil method#167
TB-1993 merged 1 commit intodevelopfrom
feature/gh164_fix_stream_to_file_readUntil

Conversation

@TB-1993
Copy link
Contributor

@TB-1993 TB-1993 commented May 2, 2025

Changed the readUntil method to increment one last time after finding the search string to prevent the same line being searched twice on consecutive calls.

Closes #164

@TB-1993 TB-1993 added the bug Something isn't working label May 2, 2025
@TB-1993 TB-1993 requested a review from zghp May 2, 2025 09:26
@TB-1993 TB-1993 self-assigned this May 2, 2025
Changed the readUntil method to increment one last time after finding
the search string to prevent the same line being searched twice on
consecutive calls.
@TB-1993 TB-1993 force-pushed the feature/gh164_fix_stream_to_file_readUntil branch from bdf7e86 to 622d5af Compare May 2, 2025 09:27
@TB-1993 TB-1993 added this to the python_raft 1.5.0: Enable compatibility with Windows milestone May 6, 2025
@TB-1993 TB-1993 merged commit 622d5af into develop May 6, 2025
3 checks passed
@TB-1993 TB-1993 deleted the feature/gh164_fix_stream_to_file_readUntil branch May 14, 2025 12:59
@TB-1993 TB-1993 removed this from the python_raft 1.5.0: Enable compatibility with Windows milestone Jul 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: StreamToFile readUntil function doesn't increment after finding the searchString

2 participants