Skip to content

feat(sdk): stub ipc#22

Merged
joe0BAB merged 1 commit intomainfrom
feat/stub-ipc
Jun 23, 2025
Merged

feat(sdk): stub ipc#22
joe0BAB merged 1 commit intomainfrom
feat/stub-ipc

Conversation

@joe0BAB
Copy link
Collaborator

@joe0BAB joe0BAB commented Jun 20, 2025

No description provided.

@joe0BAB joe0BAB self-assigned this Jun 20, 2025
pkg/stub/ipc.go Outdated
close()
}

func NewIPC(sockConn net.Conn, handler http.Handler) (result Ipc, retErr error) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This export is just temporary to make the linter happy. Will remove once it's used in follow up PR / on the stub.

@joe0BAB joe0BAB marked this pull request as ready for review June 20, 2025 14:16
@joe0BAB joe0BAB requested a review from Benehiko June 20, 2025 14:16
Copy link
Member

@Benehiko Benehiko left a comment

Choose a reason for hiding this comment

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

Yeah this code is hard to read, it's doing a lot of things which aren't too obvious.

I'll have to think a bit more about how we can separate the implementation details

@joe0BAB joe0BAB force-pushed the feat/stub-ipc branch 2 times, most recently from 317338f to c89f8e7 Compare June 20, 2025 14:57
@joe0BAB joe0BAB linked an issue Jun 23, 2025 that may be closed by this pull request
@joe0BAB joe0BAB force-pushed the feat/stub-ipc branch 4 times, most recently from 4c16bca to dbcbf2b Compare June 23, 2025 08:54
Copy link
Member

@Benehiko Benehiko left a comment

Choose a reason for hiding this comment

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

Looks a lot better!
Just a small nit

@joe0BAB joe0BAB merged commit 696ae65 into main Jun 23, 2025
12 checks passed
@joe0BAB joe0BAB deleted the feat/stub-ipc branch June 23, 2025 09:14
@joe0BAB joe0BAB mentioned this pull request Jun 23, 2025
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.

Stub (plugin client SDK part) V0

2 participants