-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
The Windows Phone 8 verison doesn't compile out of the box. I downloaded the source code, opened the WP8 version in Visual Studio 2012 Express for Windows Phone and got this message:
"Warning 1
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
The error points to the async private void apiInvoke_OnResponse(object sender, APIMASHEvent e) line
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels