Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix an issue where an exception was thrown when properties were refer… #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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