brentstineman / ButtonPong

A sample lab that demonstrates a simple game using Azure Serverless and Particle Internet Button Devices
MIT License
4 stars 14 forks source link

Add retry logic to API calls to the devices #12

Open brentstineman opened 6 years ago

brentstineman commented 6 years ago

All attempts to call the device API from the Function API are fire and forget. These need to be made more resilient.