Currently, application list will not show until ApplicationLibrary_LdnGameDataReceived calls ViewModel.RefreshView();, forcing a refresh. This makes application list load slowly when RyuLDN is enabled.
ApplicationLibrary_LdnGameDataReceived
ViewModel.RefreshView();
This was since e9568646.