Memory leak in aioquic

40 views
Skip to first unread message

guest271314

unread,
Feb 6, 2022, 10:56:04 AM2/6/22
to web-transport-dev
Let's say the requirement is to write exactly one (1) datagram to server, and for the server to send a continuous stream of datagrams to client (in this case WebTransport on Chromium 100) until transport.close() is called. Basically, streaming media https://github.com/aiortc/aioquic/pull/262.

What I observe is that the http3_server.py sends a maximum of 28 datagrams to the client , then the connection is lost. 

However, http3_server.py memory consumption continues to grow exponentially until CTRL+C is pressed. 

aioquic_memory_leak.webm.zip
Reply all
Reply to author
Forward
0 new messages