Skip to content

IvyMessagesInterface send_request not working as expected #131

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()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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