smswithoutborders/SMSWithoutBorders-Gateway-Client

Single modem's failure causes all modems to fail

Closed this issue · 1 comments

Observation
Once a single modem starts failing, every modem stops sending. When this modem is unplugged, sending resumes.
More information is needed on this to better understand what's causing it

Seems once a modem starts failing, it becomes the only modem SMS attempts to go out from

using classmethods caused modems to override the configs of each other. Fixed that with less class methods

8bcd622