Azure / connectthedots

Connect tiny devices to Microsoft Azure services to build IoT solutions
http://connectthedots.io
MIT License
399 stars 274 forks source link

sensorEndpoints error in App.config #190

Closed markhenninger closed 9 years ago

markhenninger commented 9 years ago

The two sensorEndpoints in \GatewayService\Gateway\Microsoft.ConnectTheDots.GatewayService\App.config cause a dot net error on Raspberry Pi. Removing one fixes the error and the service will run on Raspberry Pi.

dinarisio commented 9 years ago

Thanks for sharing. Looks like the cause of error is identical names of this endpoints - i've changed second to 'LocalForSocket2'. Please let me know if it does not help.

markhenninger commented 9 years ago

That works.