Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7eb1031

Browse files
committed
asyncio: SelectSelector is limited to 512 sockets on Windows
1 parent a092a61 commit 7eb1031

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/library/asyncio-eventloops.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ Common limits of Windows event loops:
8787

8888
:class:`SelectorEventLoop` specific limits:
8989

90-
- :class:`~selectors.SelectSelector` is used but it only supports sockets
90+
- :class:`~selectors.SelectSelector` is used which only supports sockets
91+
and is limited to 512 sockets.
9192
- :meth:`~BaseEventLoop.add_reader` and :meth:`~BaseEventLoop.add_writer` only
9293
accept file descriptors of sockets
9394
- Pipes are not supported

0 commit comments

Comments
 (0)