Safe2COVIDApp / bct-server

Bluetooth Contact Tracing for Covid19 - server
5 stars 1 forks source link

Resilience - ideas list #177

Open mitra42 opened 4 years ago

mitra42 commented 4 years ago

These will need their own issues, if it isn't trivial ...

mitra42 commented 4 years ago

I added try/excepts around reading files that could be bad json, also around bad json from a client, still needs @danaronson to add error handling if bad json from other server (which is probably the most likely error case - as could hit a error or "down server" type response.

This is in PR #180