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

[Question] Communication between plugins #317

Open
mytlogos opened this issue Aug 17, 2024 · 1 comment
Open

[Question] Communication between plugins #317

mytlogos opened this issue Aug 17, 2024 · 1 comment

Comments

@mytlogos
Copy link

As far as i understand, only the host/main process can communicate with the plugins and plugins with the host process.
But does this library also allow/enable direct communication between plugins which run under the same host process?

I did not find any existing questions/issues which addresses this and the examples dont show this.

@fairclothjm
Copy link
Contributor

Hello! go-plugin only facilitates communication between a host process and a plugin (subprocess). However, there is nothing stopping plugins from connecting to one another by other means.

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

No branches or pull requests

2 participants