You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2529 added a call to await asyncio.sleep(0.1) to the connect method of ModbusBaseClient. This is causing a significant increase in the time it takes to run the test suite for an application that creates a new server and client in each test (+1 second per 10 tests). Is there a reason for this line or was it left over from some debugging?