We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See #5287.
From the development plan in #5287
vm.ReplyToGo(replyPort int, isError int, resp string) int
vm.SendToGo(port int, msg string) string
daemon.RunWithController(func (needReply bool, str string) (string, error))
None.
Might increase bridge communication latency and overhead.
Will need to ensure that termination of either side brings down its peer.
The text was updated successfully, but these errors were encountered:
vm.Target
filesize exceeds vmsize
michaelfig
No branches or pull requests
What is the Problem Being Solved?
See #5287.
Description of the Design
From the development plan in #5287
vm.ReplyToGo(replyPort int, isError int, resp string) int
vm.SendToGo(port int, msg string) string
daemon.RunWithController(func (needReply bool, str string) (string, error))
Security Considerations
None.
Scaling Considerations
Might increase bridge communication latency and overhead.
Test Plan
Will need to ensure that termination of either side brings down its peer.
The text was updated successfully, but these errors were encountered: