Windows Phone does not request an API

Asked

Viewed 15 times

2

Well, I have the following modules in my project:

  • Concerts.Console
  • Concerts.Mobile
  • Concerts.Core
  • Concerts.Models
  • Concerts.Webclient
  • Concerts Tests.

Basically it’s the following: The module Concerts.Core uses the modules Concerts.Webclient, to carry out the requisitions, and the Concerts.Models, to serve the models at the time of performance (all modules are PCL).

When I test the methods of Concerts.Core in Concerts.Console, they work normally. But when I try the module Concerts.Mobile, they act in a strange way, being this, where they lock the UI (the methods that perform the requests, present in the module Concerts.Webclient, are asynchronous). And even when I run them in a thread apart, the same thing happens. Nor do they launch any Exception.

Ele apenas termina algumas threads

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.