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

promiseState: remove obsolete ongoingCalls and callsStopped fields. #514

Merged
merged 2 commits into from
May 11, 2023

Conversation

zenhack
Copy link
Contributor

@zenhack zenhack commented May 11, 2023

This patch has no functional impact; we never actually do a receive on
callsStopped. There is a now-removed receive on a local callsStopped
variable, but it is never assigend -- it was obviously supposed to be
at some point, but I believe we want to remove this anyway, since we are
in general no longer blocking on calls before shutting down.

This patch has no functional impact; we never actually do a receive on
callsStopped. There is a now-removed receive on a local callsStopped
variable, but it is never assigend -- it was obviously supposed to be
at some point, but I believe we want to remove this anyway, since we are
in general no longer blocking on calls before shutting down.
@zenhack zenhack merged commit c434d9f into capnproto:main May 11, 2023
@zenhack zenhack deleted the delete-callsstopped branch May 11, 2023 23:26
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.

2 participants