codaris / Anki.Vector.SDK

The Anki Vector .NET SDK provides programmicatic access to the Vector Robot from .NET and is published as a NuGet package.
Apache License 2.0
76 stars 19 forks source link

Modified the automatic connect to connect to the first available Vector #4

Closed randym32 closed 4 years ago

randym32 commented 4 years ago

I modified the automatic connect to connect to the first available Vector in the configuration file.

randym32 commented 4 years ago

Added dispose of object so that it doesn't keep trying to connect in the background

randym32 commented 4 years ago

Moved the dispose to the NewConnection() method

randym32 commented 4 years ago

Thank-you for the info. I wasn’t aware of the distinction. Did you want me to make those changes?