View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017652 | MMW 5 | Other | public | 2021-03-09 22:27 | 2021-04-02 20:08 |
Reporter | Ludek | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | unable to reproduce |
Status | closed | Resolution | fixed | ||
Product Version | 5.0 | ||||
Target Version | 5.0 | Fixed in Version | 5.0 | ||
Summary | 0017652: Update api to get internet connection state | ||||
Description | We have always used InternetGetConnectedState in wininet.dll ( https://docs.microsoft.com/en-us/windows/win32/api/winineti/nf-winineti-internetgetconnectedstate ) for getting internet connection state. But 1) Using this API is no longer recommended, we should use the INetworkListManager::GetConnectivity method instead 2) For some users the internetGetConnectedState returns FALSE (even when they are connected to internet) Details at: https://www.mediamonkey.com/forum/viewtopic.php?f=33&t=98559 | ||||
Tags | No tags attached. | ||||
Fixed in build | 2322 | ||||
|
Fixed in 2322 (we are using INetworkListManager now) |
|
Verified 2322 Left Resolved till user confirms. Test Note: Best test is using Wired connection as that way you can simply disconnect cable so that Windows shows globe icon (Unknown Network for some time) or Use router/switch to block internet access, or even use manual Adapter settings to change DNS/Gateway to simulate interruptions. In some cases Windows takes arround 15 minutes to update Internet status while meantime MM5 works normally, thus some apps report no internet. |
|
Just confirmed by the original user here: https://www.mediamonkey.com/forum/viewtopic.php?p=479942#p479942 So closing... |