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
- Have multiple different proplets active simultaneously.
- Start a task in the manager.
- 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.
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
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.