Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability for server to check last message sender #88

Open
dzvancuks opened this issue Aug 1, 2024 · 0 comments
Open

Add ability for server to check last message sender #88

dzvancuks opened this issue Aug 1, 2024 · 0 comments

Comments

@dzvancuks
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant