robotpy / robotpy-installer

RobotPy installer program
MIT License
5 stars 11 forks source link

[BUG]: RobotFinder hangs program until connections time out #78

Open virtuald opened 8 months ago

virtuald commented 8 months ago

Problem description

Probably should migrate to asyncio or use non-blocking sockets + select.

When I run the deploy-info command (which executes pretty quickly) it just sits there waiting for the connections to finish timing out.

Operating System

Linux

Installed Python Packages

No response

Reproducible example code

No response