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

Tracking blocks UI thread if connected, but no internet #41

Open
ndastur opened this issue Sep 10, 2019 · 0 comments
Open

Tracking blocks UI thread if connected, but no internet #41

ndastur opened this issue Sep 10, 2019 · 0 comments

Comments

@ndastur
Copy link

ndastur commented Sep 10, 2019

SendView will block the UI thread if there is a network connection, but poor or no internet. It looks to me like the async pattern is only partial implemented. Not sure but maybe that's the issue.
public async void SendPayload(Payload payload) is async
But everything that calls it is not. Really it should be async all the way

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