mixer / beam-client-java

Beam API client written in Java.
https://dev.mixer.com
MIT License
22 stars 28 forks source link

Ensure Timer cancellation on connect #54

Closed RyderMS closed 7 years ago

RyderMS commented 7 years ago

We are getting a lot of crashes that appear to be originating from the leak of thousands of timers being created. While I haven't been able to reproduce this directly yet, this particular code seems to be suspect as given it is a public method, there is no guarantee any in place timers would be cancelled.