mfanara

Results 1 comments of mfanara

@Lenka42 - Using the current master branch (as of 25 FEB 2022), what is the correct answer? **This works:** try: await lLocalMRClient.connect("localhost", 1884, keepalive=60) except ConnectionRefusedError: asyncio.ensure_future(lLocalMRClient.reconnect(delay=True)) **as does:** try:...