Skip to content

grpc-js: add await/async on method that return promise#2376

Merged
murgatroid99 merged 1 commit intogrpc:masterfrom
phoenix741:feature/fix-2375
Mar 6, 2023
Merged

grpc-js: add await/async on method that return promise#2376
murgatroid99 merged 1 commit intogrpc:masterfrom
phoenix741:feature/fix-2375

Conversation

@phoenix741
Copy link
Copy Markdown
Contributor

add await/async on method that return promise to ensure that the order of message (and of the end of stream) are preserved

The goal is to fix the ticket #2375 where the end of stream can arrive before last messages and the message can be lost.

add await/async on method that return promise to ensure that the order of message (and of the end of stream) are preserved
@linux-foundation-easycla
Copy link
Copy Markdown

linux-foundation-easycla Bot commented Feb 26, 2023

CLA Signed

The committers listed above are authorized under a signed CLA.

@phoenix741
Copy link
Copy Markdown
Contributor Author

Hello,

I'm not sur why the windows build failed. Is it related to the modification of server-call.ts ?

@murgatroid99
Copy link
Copy Markdown
Member

Don't worry about it. That's an old failure that's unrelated to this change.

@phoenix741
Copy link
Copy Markdown
Contributor Author

Hello,

Can I afford to ask what is the rest of the process on the PullRequest? (Are we still waiting for something from me to continue)

@murgatroid99
Copy link
Copy Markdown
Member

I'm sorry about the delay. I'm not waiting on anything from you, I've just been focused on other things.

@murgatroid99
Copy link
Copy Markdown
Member

I published this in version 1.8.12

@phoenix741
Copy link
Copy Markdown
Contributor Author

Thanks

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.

3 participants