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

All RPC calls should be processed by the main goroutine #105

Open
ahrtr opened this issue Jul 5, 2020 · 0 comments
Open

All RPC calls should be processed by the main goroutine #105

ahrtr opened this issue Jul 5, 2020 · 0 comments

Comments

@ahrtr
Copy link
Contributor

ahrtr commented Jul 5, 2020

Currently only the "stop" command is sent to the main goroutine via a channel, and all other commands are processed directly by the RPC server.

The better way is to send all commands to the main goroutine, and then processed by the main goroutine.

What's your thought?

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

1 participant