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

refactor: Extract the Namedpipe Server creation logic to a common class NamedPipeServer. #29

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

Honglichenn
Copy link
Contributor

@Honglichenn Honglichenn commented Nov 29, 2023

What was the problem/requirement? (What/Why)

We will create the Named Pipe Server in two places, background mode and the Adaptor Server. In order to avoid duplicated code, I want to extract the common Named Pipe Server code to some shared classes.

What was the solution? (How)

Create a shared folder _named_pipe and put the common code under it.

What is the impact of this change?

It should not affect anything, it is just a code refactoring.

How was this change tested?

All tests are passed after refactoring.

Was this change documented?

No

Is this a breaking change?

No


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@Honglichenn Honglichenn changed the title refactor: Extract the Namedpipe Server creation logic to a common cla… refactor: Extract the Namedpipe Server creation logic to a common class NamedPipeServer. Nov 29, 2023
@Honglichenn Honglichenn marked this pull request as ready for review November 29, 2023 22:56
@Honglichenn Honglichenn requested a review from a team as a code owner November 29, 2023 22:56
@Honglichenn Honglichenn merged commit 2f4946b into mainline Nov 30, 2023
9 checks passed
@Honglichenn Honglichenn deleted the honglich/RefactorNamedPipe branch November 30, 2023 17:27
Honglichenn pushed a commit that referenced this pull request Jan 17, 2024
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