Skip to content

Commit

Permalink
docs: new documentation references
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 26, 2024
1 parent d7feafa commit 852a636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/netius/base/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@ def _start_serving(
ssl_handshake_timeout=None,
):
# @TODO: this is pending proper Netius implementation
# to make it compatible with
# https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.Server.start_serving
self._add_reader(
sock.fileno(),
self._accept_connection,
Expand Down

0 comments on commit 852a636

Please sign in to comment.