Skip to content

ConnectionManager: use HTTPS for the internet-up check#542

Merged
QuintinWillison merged 2 commits intomasterfrom
feature/check-connectivity-https
Feb 28, 2020
Merged

ConnectionManager: use HTTPS for the internet-up check#542
QuintinWillison merged 2 commits intomasterfrom
feature/check-connectivity-https

Conversation

@paddybyers
Copy link
Copy Markdown
Member

Fixes: #541

@paddybyers paddybyers added the bug Something isn't working. It's clear that this does need to be fixed. label Dec 18, 2019
@QuintinWillison QuintinWillison dismissed their stale review February 7, 2020 16:26

The base branch was changed.

@QuintinWillison QuintinWillison changed the base branch from develop to master February 7, 2020 16:26
This change introduces an event queue for serialisation of all
CM-related event handling. In general, state changes, associated
notifications, and other event processing, are performed without
the CM locked, to avoid the deadlocks that have been prevalent in
earlier releases. However, transport state changes that require
a synchronous change in CM behaviour - that is, transport
disconnections - are handled synchronously so that the transport
is not used when it is no longer viable.
@QuintinWillison QuintinWillison force-pushed the feature/check-connectivity-https branch from 3c51d4e to 844b44e Compare February 28, 2020 10:18
@QuintinWillison QuintinWillison merged commit 43cf620 into master Feb 28, 2020
@QuintinWillison QuintinWillison deleted the feature/check-connectivity-https branch February 28, 2020 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working. It's clear that this does need to be fixed.

Development

Successfully merging this pull request may close these issues.

ConnectionManager.checkConnectivity() fails every time for Android 9

2 participants