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

Only send one message per request to modem #8

Merged
merged 1 commit into from May 5, 2015

Conversation

vkurup
Copy link
Contributor

@vkurup vkurup commented Apr 21, 2015

The MultiModem can only accept one message per request, so iterate over
identities.

In order to prevent good identities from blocking bad ones, keep a list
of failed identities and raise an error with those after all messages
have been processed.

Code stolen from @reyrodrigues

The MultiModem can only accept one message per request, so iterate over
identities.

In order to prevent good identities from blocking bad ones, keep a list
of failed identities and raise an error with those after all messages
have been processed.

Code stolen from @reyrodrigues
@coveralls
Copy link

Coverage Status

Coverage increased (+1.74%) to 100.0% when pulling b3ebf4a on feature/send-one-msg-per-request into 097e288 on master.

vkurup added a commit that referenced this pull request May 5, 2015
Only send one message per request to modem
@vkurup vkurup merged commit dada3b1 into master May 5, 2015
@vkurup vkurup deleted the feature/send-one-msg-per-request branch May 5, 2015 19:53
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.

None yet

2 participants