(topology, server_address, hello_response)
| 71 | |
| 72 | |
| 73 | def got_hello(topology, server_address, hello_response): |
| 74 | server_description = ServerDescription(server_address, Hello(hello_response), 0) |
| 75 | |
| 76 | topology.on_change(server_description) |
| 77 | |
| 78 | |
| 79 | def disconnected(topology, server_address): |
no test coverage detected