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

Clean up server-mode for concurrent use #598

Merged
merged 5 commits into from
Jul 13, 2022

Conversation

tecimovic
Copy link
Collaborator

@tecimovic tecimovic commented Jul 13, 2022

  1. Make the IPC socket reused the same way as the lock instance socket is reused.
  2. Cleanup the code a bit.
  3. Allow IDE to pick up tests by increasing feature level.
  4. By default load all the data.
  5. Fix the problem with hanging in the client generation case.

@tecimovic tecimovic marked this pull request as ready for review July 13, 2022 16:23
@tecimovic tecimovic merged commit 0fe96a7 into project-chip:master Jul 13, 2022
@tecimovic tecimovic deleted the server-mode branch July 13, 2022 17:58
paulr34 pushed a commit to paulr34/zap that referenced this pull request Nov 29, 2022
* Share the ipc socket same way as single-instance shares sockets.

* Some code cleanup.

* Increase feature level to trigger IDE tests.

* Make server load both zigbee and matter data.

* Fix the hang of the generation in the client/server case.
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