Marco
Marco
Thank you! Just one question: How do you set up the server-side code that listens for logins with this method? Do you use `Accounts.registerLoginHandler` to register your own function that...
Thanks for your question and thanks for doing the research in the old issues first! There are two similar issues that are certainly hard to find because they use other...
> I'm starting to think that my issue however is more of a question on how to best implement this library, as you mentioned in your last question. I think...
That all sounds good! No reason to assume a bug in your application design. > I do not currently remove the callbacks anywhere. I will be removing them by user...
Thank you! > I have added Log outputs and breakpoints to the overridden MeteorCallback methods. None of them fire when I lock or unlock the screen. [...] the app does...
Thanks, that was not irrelevant at all. Got it now :) Actually, it's quite important, isn't it? The explanation for the difference between `lock -> unlock` and `lock -> shutdown`...
Thank you for testing this! Could you please add `Meteor.setLoggingEnabled(true);` somewhere before the connection is established? For example, in your `Application` subclass's `onCreate` method? That should help with debugging. Usually,...
No problem. Thanks a lot for helping debug this problem! Just get back to this issue when you have some new information :)
Thanks, @rjhllr! That does indeed look good and the pings and pongs seem to go through. So one might think it's a bug in your application code. But a few...
Thank you very much, and sorry for the late reply! You're right :) Is there anything you would suggest as a fix? Just remove `lostConnection` and the check for `lostConnection`...