Inefficient _connect_player()

Issue #120 resolved
Tygre repo owner created an issue

Right now, _connect_player() loops through a list of player ports until it find one… it’s very inefficient, it should go through the list only if it hasn’t already found one or if the found one is not present anymore.

Comments (1)

  1. Log in to comment