WebThingsIO / thing-url-adapter

Proxy adapter for Web Thing API endpoints
Mozilla Public License 2.0
22 stars 18 forks source link

Retry loadThing several times. #37

Closed mrstegeman closed 6 years ago

mrstegeman commented 6 years ago

Sometimes, a web thing can broadcast its mDNS advertisement before the server has actually started listening, leading to a connection failure. Retry a couple times to handle that.

Fixes #34