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: bad MMSI handling #254

Merged
merged 1 commit into from
Dec 4, 2022
Merged

fix: bad MMSI handling #254

merged 1 commit into from
Dec 4, 2022

Commits on Dec 4, 2022

  1. fix: bad MMSI handling

    n2k-signalk is not expecting values to be zero length
    https://github.com/SignalK/signalk-server/blob/f800fc9c62b249dc9c7f67252339408b0d8fa304/packages/streams/n2k-signalk.js#L121-L122
    so if the MMSI seems to be not ok return undefined, as
    any of the data in the delta don't make any sense with
    a questionable MMSI.
    tkurki committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    df8acb1 View commit details
    Browse the repository at this point in the history