BrianPeek / legoev3

LEGO MINDSTORMS EV3 API for .NET
Apache License 2.0
137 stars 72 forks source link

Made port scanning only occur if someone is subscribed to the event. … #11

Open X-sam opened 8 years ago

X-sam commented 8 years ago

…This frees up serial communication significantly in the event nobody is interested in polling the sensors, I.E. when we want to send files or do other potentially time-sensitive tasks.