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

Message dropping issue #43

Open
ftc opened this issue Jun 19, 2017 · 0 comments
Open

Message dropping issue #43

ftc opened this issue Jun 19, 2017 · 0 comments

Comments

@ftc
Copy link
Member

ftc commented Jun 19, 2017

Messages are dropped when instrumenter crashes. This is because I get the ID first thing in the logger when I am sure I should send something (for callbacks the logger only logs if they are invoked by the framework since app code can invoke methods normally meant as callbacks too). If a crash occurs then an id number is checked out but never sent.

This issue is to come up with a better way of dealing with this.

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