Skip to content

Checking command interrupt and socket transmission use too much CPU usage #261

Description

@aaumar25

Since every socket is nonblocking, the application always looping until the message transmission is completed. This shall be addressed by making the socket blocking while still has the ability to check if a command is interrupted by the user. Since the stdin is already live on a separate thread, there should be a way to communicate command cancellation to the main thread.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions