OpenHands
OpenHands copied to clipboard
Check for backend port availability before starting
Update Makefile fix bug #907
This might conflict with https://github.com/OpenDevin/OpenDevin/issues/905
But also might be a good stopgap
netstat command
I think netstat
has the same problems 🙃 it's not installed by default on many systems.
We already have nc
in the Makefile, so maybe we just go with that for now
Going to close this one--only active developers will likely be using the makefile going forward, so it should be less of an issue.
Thanks for the proposal though!