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

pAcommsHandler can took too long to initialize modems and MOOSDB mail gets dropped #26

Open
tsaubergine opened this issue May 11, 2017 · 0 comments

Comments

@tsaubergine
Copy link
Member

With multiple drivers, pAcommsHandler may not read the mail often enough while running ModemDriverBase::startup() and thus the CMOOSApp gives the following warning:

Too many unread incoming messages [2055] : purging

Thus, data are lost at this startup phase. We need to run the ModemDriverBase::startup() in a separate thread, or some other such mitigation method to continue reading mail.

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

No branches or pull requests

1 participant