Skip to content

Conversation

@mfranchi
Copy link

@mfranchi mfranchi commented Jul 5, 2018

Fix an issue where an exception was thrown when properties were referenced on undefined objects.

In some instances the packets the app would receive were not as expected and the app was crashing after trying to access properties on objects that were undefined.

On the line referencing "packet.payload.payload.sender_ha.addr", the "sender_ha" property is sometimes undefined and that was causing the app to crash when "addr" was referenced.

@coveralls
Copy link

coveralls commented Jul 5, 2018

Coverage Status

Coverage increased (+0.02%) to 98.438% when pulling 7724459 on mfranchi:master into f15ce0f on hortinstein:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants