Joe-Palmer / rtmplite

Automatically exported from code.google.com/p/rtmplite
0 stars 0 forks source link

Memory leak in gevent_siprtmp.py #90

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Memory leak in siprtmp_gevent.py. Memory leak is proportional to the number of 
connections. And do not increase during transmission. One can see in logs that 
Gateway objects counter 'Gateway[X]' constantly increases, so this objects are 
not deleted.

Original issue reported on code.google.com by Lukasz.P...@gmail.com on 11 Feb 2013 at 5:18