1
0

network.best_effort_reliable: force DC if req times out; retry on new iface

This commit is contained in:
SomberNight
2018-09-27 21:15:07 +02:00
parent 4984890265
commit 3e2c5e8656
2 changed files with 19 additions and 9 deletions

View File

@@ -130,7 +130,6 @@ def serialize_server(host: str, port: Union[str, int], protocol: str) -> str:
class Interface(PrintError):
def __init__(self, network, server, config_path, proxy):
self.exception = None
self.ready = asyncio.Future()
self.got_disconnected = asyncio.Future()
self.server = server