Skip to content

Bug: multicast task execution #147

@togalle

Description

@togalle

What were you trying to achieve?

Execute a task on one selected proplet.

What are the expected results?

Execute a task on one selected proplet.

What are the received results?

The task was executed on all running proplets.

Steps To Reproduce

  1. Have multiple different proplets active simultaneously.
  2. Start a task in the manager.
  3. The task is broadcast to all proplets, and they don't have a filter to check which one should execute it.

In what environment did you encounter the issue?

On my local machine with two active proplets.

Additional information you deem important

This should be resolved by using unique channels per proplet so there can be direct communication, instead of every proplet having to check for each task that's starting if they should be the one to execute it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions