Closed
Description
- uvloop version: 0.11.2
- Python version: 3.6
- Platform: Linux
- Can you reproduce the bug with
PYTHONASYNCIODEBUG
in env?: Unknown
This error was reported in a forum post:
File “uvloop/handles/udp.pyx”, line 157, in uvloop.loop.UDPTransport.sendto
AttributeError: ‘uvloop.loop.UDPTransport’ object has no attribute ‘_address’
It seems like the attribute should be address
, not _address
.
Metadata
Metadata
Assignees
Labels
No labels