use weak ref for event loop to avoid leaking it
Summary: This dict holds strong reference to all the loops and leads to leak if new loop is created and used, change it to weakref to avoid it. Reviewed By: yfeldblum Differential Revision: D6892775 fbshipit-source-id: a628a3743876ef0580acce5fb9f283da573cf459
Showing
Please register or sign in to comment