dudewheresmycode / node-iridium-sbd

Node.js library for sending and receiving Iridium SBD (Short Burst Data)
14 stars 11 forks source link

added callback to sendMessage in mailboxCheck #2

Open adzarrini opened 6 years ago

adzarrini commented 6 years ago

There is a bug with calling mailboxCheck() and receiving a message. It does not provide a callback which then fails when another function in the project is called. This adds a simple callback to the mailboxCheck() function to fix the error.

brendon-stephens commented 2 years ago

@dudewheresmycode can you please look at merging this?