Drop happy eyeballs inf delay

optional_msgspec_support
Tyler Goodlet 2021-06-27 00:47:49 -04:00
parent 112117c1fc
commit ecd8c4bc7e
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()