Skip to content

BREAKING CHANGE: ConnectAsync(updateConnection)#211

Merged
david-c-kline merged 1 commit into
microsoft:masterfrom
david-c-kline:master
Jan 31, 2017
Merged

BREAKING CHANGE: ConnectAsync(updateConnection)#211
david-c-kline merged 1 commit into
microsoft:masterfrom
david-c-kline:master

Conversation

@david-c-kline
Copy link
Copy Markdown

Per discussion in issue #209:

The new ConnectAsync() behavior defaults to updateConnection == false. Most impacted are HoloLens and IoT devices which support a localhost connection (via USB) from the PC to the device.

To use the old behavior, add "updateConnection: true" to your ConnectAsync() arguments.

This change resolves #209.

@hpsin
Copy link
Copy Markdown
Contributor

hpsin commented Jan 31, 2017

s/IoT/phone/ - Phone supports the IPoverUSB connection, as well as HoloLens, but not IoT. In any case, this should not impact materially, except in the case that the user expected the connection to switch to WiFi from USB.

Thanks for this! Should we consider changing the version number?

@david-c-kline
Copy link
Copy Markdown
Author

we should increment the version. i'll send another pr for that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DevicePortalConnection fails when device is connected via USB, but has an active wifi connection.

4 participants