robotdotnet / NetworkTables

FRC NetworkTables for .NET. This is all old code and should not be used anymore.
3 stars 5 forks source link

Parallelize initial connections #73

Open ThadHouse opened 7 years ago

ThadHouse commented 7 years ago

Currently, we round robin to connect to different IP's. Instead, this should happen in parallel. #69 would include this, but this is more important to then the whole rewrite.