Azure / connectthedots

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

Address #257 #268

Closed toolboc closed 7 years ago

toolboc commented 7 years ago

I am also noticing the same behavior described by @vntampasi in #257 when deploying from the ARM template:

image

Able to workaround by adding try / catch around: IoTHubHelper.SendMessage(messagePayload["guid"].ToString(), alertMessage); in WebSocketEventProcessor.cs

Attempting to message a device has not implemented a mechanism for message receipt from the IoT Hub appears to be the reason for failure.