Skip to content

Machine join not working #4

Description

@fernandoFernandeSantos

When the Machine thread is stopped, it tries to connect to devices that may not be available; it creates issues to stop the server, which can wait for the devices for a long time (Machine. join function).

Possible solution:

  1. User pressed ctrl+c
  2. The server calls the Machine.stop and Machine.join
  3. The Machine Thread first checks if the device is alive; if yes, send a kill command to the device
  4. Machine Thread finish joining normally

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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