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

chore: UDS based multiproc #128

Closed
wants to merge 1 commit into from
Closed

chore: UDS based multiproc #128

wants to merge 1 commit into from

Conversation

kohlisid
Copy link
Contributor

No description provided.

Signed-off-by: Sidhant Kohli <[email protected]>
@@ -55,7 +55,7 @@ func Test_Read_Write(t *testing.T) {
filepath := os.TempDir() + "/server-info"
defer os.Remove(filepath)
info := &ServerInfo{
Protocol: TCP,
MultiProcServer: true,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of updating the struct, can we keep the protocol, and use the metadata to populate the info? For example, in the metadata, multiProc: 4 means multProcServer with 4.

Copy link
Contributor Author

@kohlisid kohlisid Apr 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes! I have updated the PRs to use the metadata to check for multiproc.
We will not need this PR change now

@kohlisid
Copy link
Contributor Author

Closing this PR as it is no longer required.

@kohlisid kohlisid closed this Apr 24, 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.

2 participants