Skip to content
Snippets Groups Projects
Commit edcb98ab authored by Hang's avatar Hang
Browse files

fast push

parent 9d43e6eb
Branches nodetest
No related tags found
1 merge request!10MP3 Log Version Ready
......@@ -454,7 +454,7 @@ def connect_with_all_servers(servers: dict, current_server_id: str, return_value
try:
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
host_ip_address = SERVER_ID_TO_IP_MAPPING[server[SERVER_IDENTIFIER]]
server[SERVER_PORT] = 5678 # todo: to be deleted
# server[SERVER_PORT] = 5678 # todo: to be deleted
address = (host_ip_address, server[SERVER_PORT])
s.connect(address)
connect_info[server_id] = s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment