andrewvy/chrome-remote-interface

Callback Memory Leak

Closed this issue · 0 comments

https://github.com/andrewvy/chrome-remote-interface/blob/master/lib/page_session.ex#L180

This doesn't remove the callback when a message is received for a callback. This leaves resolved callbacks in the state, when we should actually remove it!