Skip to content

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

@ahrtr

Description

@ahrtr

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions