Skip to content

IvyMessagesInterface send_request not working as expected #131

@rafael1193

Description

@rafael1193

The function IvyMessagesInterface.send_request is sending the agent name in the place of the message class.

A CONFIG request message is sent as IvyMessagesInterface 63240_1 CONFIG_REQ 200 instead of ground 63240_1 CONFIG_REQ 200

self.agent_name, new_id, request_message.name, request_message.payload_to_ivy_string()

should be replaced by

class_name, new_id, request_message.name, request_message.payload_to_ivy_string()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions