MarioBartolome / GII_0_17.02_SNSI

This is Mario Bartolome's Final Year Project for Computer Science BS.
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

BugFix #53 #54

Closed MarioBartolome closed 6 years ago

MarioBartolome commented 6 years ago

Modified the way the JSON is sent. Header added to allow correct detection of a valid JSON object.

During a weak signal event, malformed or lost packets containing JSON objects will cause the service to close the session with the RemoteUser, instead of crashing the service and forcing FailSafe.

Fixes #53