Closed
Description
- uvloop version: 0.14.0
- Python version: 3.7.6
- Platform: Linux
- Can you reproduce the bug with
PYTHONASYNCIODEBUG
in env?: yes - Does uvloop behave differently from vanilla asyncio? How?: not working
Hello. Currently, I am trying to work with aiosip project and it's working very well but unfortunately, it stops working after installing uvloop.
It looks like sendto do nothing and without any error. I can't see any UDP packet on any device.
Probably I should go deeply with gdb.
PS datagram endpoint created fine and without exceptions https://github.com/stalkerg/aiosip/blob/master/aiosip/peers.py#L316