Drop happy eyeballs inf delay

msgspec_infect_asyncio
Tyler Goodlet 2021-06-27 00:47:49 -04:00
parent fdd2da238a
commit 7b902b7e9c
1 changed files with 1 additions and 2 deletions

View File

@ -46,9 +46,8 @@ class MsgpackTCPStream:
assert isinstance(rsockname, tuple)
self._raddr = rsockname[:2]
# start and seed first entry to read loop
# start first entry to read loop
self._agen = self._iter_packets()
# self._agen.asend(None) is None
self._send_lock = trio.StrictFIFOLock()