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

Conduct platform shutdown after RunEventLoop returns #8255

Merged
merged 1 commit into from
Jul 9, 2021
Merged

Conduct platform shutdown after RunEventLoop returns #8255

merged 1 commit into from
Jul 9, 2021

Conversation

yufengwangca
Copy link
Contributor

@yufengwangca yufengwangca commented Jul 9, 2021

Problem

What is being fixed?

Change overview

  1. Conduct platform shutdown after RunEventLoop returns in echo-requester.
  2. No need to call StopEventLoopTask after RunEventLoop returns in echo-responder.

Testing

How was this tested? (at least one bullet point required)

  1. Run ./chip-echo-responder on the server side
  2. Run ./chip-echo-requester 192.168.86.171 on the client side
    Confirm Platform is shutdown after RunEventLoop returns from log

@andy31415 andy31415 merged commit dce4293 into project-chip:master Jul 9, 2021
@yufengwangca yufengwangca deleted the pr/echo/shutdown branch July 9, 2021 21:58
nikita-s-wrk pushed a commit to nikita-s-wrk/connectedhomeip that referenced this pull request Sep 23, 2021
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.

PR 8100 violates PlatformManager contract.
4 participants