Skip to content

Add ability for server to check last message sender #88

@dzvancuks

Description

@dzvancuks

As a server I want to know what peer has sent me a message. To do this all we have to do is

self._servers.get(name).get_peer_address()

It would be nice to have this data in message object so that we could check against some value

${msg} =  Server receives message
Should be equal as strings    ${msg.peer.ip}    127.0.0.1

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