Skip to content

Commit

Permalink
Fix bug from Bass
Browse files Browse the repository at this point in the history
  • Loading branch information
HoangGiang93 committed Aug 2, 2024
1 parent 6486f3d commit ea95f07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions multiverse/src/multiverse_server/src/multiverse_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1378,6 +1378,8 @@ void MultiverseServer::receive_new_request_meta_data()
simulation.api_callbacks.clear();
simulation.request_meta_data_json.removeMember("api_callbacks");
simulation.api_callbacks_response.clear();
simulation.request_meta_data_json["send"] = request_meta_data_json["send"];
simulation.request_meta_data_json["receive"] = request_meta_data_json["receive"];

const Json::Value api_callbacks_response = request_meta_data_json["api_callbacks_response"];
for (const Json::Value &api_callback_response : api_callbacks_response)
Expand Down

0 comments on commit ea95f07

Please sign in to comment.