You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v1.2.3.12-beta, commit e476bb9 replaced WampSharp's queue mechanism to a Ix-Async-based one. Unfortunately, Ix-Async is not available for WinRT-based platforms, which is Windows Store apps (either Win or WP) and UWP apps, and thus the latest version of WampSharp cannot be added to the project.
I had to go with v1.2.3.11-beta. Although I believe that for a client application, this should not be a big issue, right?