Skip to content

Commit

Permalink
Use empty taskid
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll committed Mar 28, 2024
1 parent 32a7278 commit da1587e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
cmake --build build
pip install ../..
timeout 3m flower-superlink --insecure &
sleep 3
sleep 10
timeout 2m build/flwr_client 0 127.0.0.1:9092 &
sleep 3
timeout 2m build/flwr_client 1 127.0.0.1:9092 &
Expand Down
2 changes: 1 addition & 1 deletion src/cc/flwr/src/communicator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ configure_task_res(const flwr::proto::TaskRes &task_res,
flwr::proto::TaskRes result_task_res;

// Setting scalar fields
result_task_res.set_task_id(ref_task_ins.task_id());
result_task_res.set_task_id("");
result_task_res.set_group_id(ref_task_ins.group_id());
result_task_res.set_run_id(ref_task_ins.run_id());

Expand Down

0 comments on commit da1587e

Please sign in to comment.