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

some objects get lost #659

Open
moxgeek opened this issue Dec 21, 2020 · 1 comment
Open

some objects get lost #659

moxgeek opened this issue Dec 21, 2020 · 1 comment
Labels
more info required Needs more info to become actionable.

Comments

@moxgeek
Copy link

moxgeek commented Dec 21, 2020

i do submit several object using the post() method from a service who fetch data from a third part .
( a listener who receive data and send it immediately to an activity using post method)
the activity in question has been registred using register(this) inside onCreate function.
in some devices ( slower ones ) , the object never received in onMessageEvent method .
my scenario :
loop of 100 object to be submitted to the same activity .
display a log before the post call , and inside the onMessageEvent call.
result :

100 lines logged before the post call
75 lines logged inside onMessageEvent

@greenrobot-team
Copy link
Collaborator

Well, is the activity maybe not subscribed at all times events are posted?

Can't really help with an example so we can reproduce the issue.

@greenrobot-team greenrobot-team added the more info required Needs more info to become actionable. label Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
more info required Needs more info to become actionable.
Projects
None yet
Development

No branches or pull requests

2 participants