We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f62b1 commit 4986fdfCopy full SHA for 4986fdf
rethinkdb/trio_net/net_trio.py
@@ -502,7 +502,7 @@ async def acquire(self):
502
# still connected.
503
conn = self._connections.popleft()
504
except IndexError:
505
- conn = await make_connection(*self._args, **self._kwargs)
+ conn = await make_connection(Connection, *self._args, **self._kwargs)
506
507
self._lent_out.add(conn)
508
return conn
0 commit comments