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: always initialize iterator state in RpcOutputStreamController #661

Closed
wants to merge 1 commit into from

Conversation

jsaguet
Copy link

@jsaguet jsaguet commented Nov 25, 2024

When creating an RpcOutputStreamController in an interceptor, notifying a message synchronously drops the message because the async iterable is not yet subcribed to.

This PR solves this problem and addresses the issue #650

@jsaguet jsaguet force-pushed the fix/initialize-it-state branch from 1c6a89e to 3f28e29 Compare November 25, 2024 17:39
@jsaguet jsaguet changed the title fix: always initialize iterator state in rpc output stream fix: always initialize iterator state in RpcOutputStreamController Nov 25, 2024
@jsaguet jsaguet force-pushed the fix/initialize-it-state branch from 3f28e29 to 307e03e Compare November 25, 2024 17:44
@jsaguet jsaguet closed this Nov 25, 2024
@jsaguet jsaguet force-pushed the fix/initialize-it-state branch from 307e03e to a4b3689 Compare November 25, 2024 17:54
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.

1 participant