We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As a server I want to know what peer has sent me a message. To do this all we have to do is
It would be nice to have this data in message object so that we could check against some value
The text was updated successfully, but these errors were encountered: