Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix redundant reassignment in connection attempt loop
Removed unnecessary reassignment of 'conn' in the connection attempt loop. This change cleans up the code by ensuring 'conn' is only connected without reassigning it unnecessarily. Signed-off-by: Jose Borreguero <borreguero@gmail.com>
- Loading branch information