Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: unreadable symbols in DS stream on client side #1698

Open
wants to merge 2 commits into
base: zkevm
Choose a base branch
from

Conversation

IvanBelyakoff
Copy link
Collaborator

Fixed allowStops flag in stream client, that was introduced for testing but default false value broke Stop implementation.
Read CmdStop response to avoid leaving it in connection buffer as connection is kept alive.
Fixed streaming flag not always set properly.
Fixed setting lastError properly in some cases, improved err handling/shadowing.
Improved Stop() calls handling. Stream stopped at stage end now, instead of start of next stage iteration, which led to server could send more data that we would need to drain.

Copy link
Collaborator

@elliothllm elliothllm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice changeset!

@IvanBelyakoff IvanBelyakoff force-pushed the fix/ds_unreadable_symbols branch 2 times, most recently from e6eaaf4 to cbf3ab4 Compare January 30, 2025 10:03
@IvanBelyakoff IvanBelyakoff force-pushed the fix/ds_unreadable_symbols branch from cbf3ab4 to 872d33e Compare January 30, 2025 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants