StephenBlackWasAlreadyTaken / xDrip-Experimental

Experimental Branches for Collaboration on DexDrip
GNU General Public License v3.0
25 stars 62 forks source link

Lockup workaround for Android Wear #326

Closed jamorham closed 8 years ago

jamorham commented 8 years ago

On some platforms it appears that the API for Android Wear can lock up resulting in the await() call never returning within SendToDataLayerThread.java

This patch adds a 15 second timeout to getConnectedNodes() and putDataItem()

tzachi-dar commented 8 years ago

LGTM. Please wait with committing it until we have the next g5 branch checked in.

tzachi-dar commented 8 years ago

Merged in 330