Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4986fdf

Browse files
Fix for Issue No :#237 (#238)
This is the fix for connection pool error.
1 parente0f62b1 commit4986fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎rethinkdb/trio_net/net_trio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ async def acquire(self):
502502
# still connected.
503503
conn=self._connections.popleft()
504504
exceptIndexError:
505-
conn=awaitmake_connection(*self._args,**self._kwargs)
505+
conn=awaitmake_connection(Connection,*self._args,**self._kwargs)
506506

507507
self._lent_out.add(conn)
508508
returnconn

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp