aiortc / aioquic

QUIC and HTTP/3 implementation in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve `asyncio` layer docs regarding `transmit()`

jlaine opened this issue · comments

The API documentation for the asyncio layer needs to be more explicit about when the transmit() method should be called. See #449 for an example.