You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
timer_count_ should be incremented in OverlayImpl::on_timer(). Currently time_count_ is initialized to 0 and is not incremented. Consequently deleteIdlePeers() is called every second instead of once in four seconds.
The text was updated successfully, but these errors were encountered:
Issue Description
timer_count_ should be incremented in OverlayImpl::on_timer(). Currently time_count_ is initialized to 0 and is not incremented. Consequently deleteIdlePeers() is called every second instead of once in four seconds.
The text was updated successfully, but these errors were encountered: