Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a MVC 4 Project using signalR. I start a thread that send a msg every 5 sec to all clients. This runs fine. I can see the msgs on the clients. When i run the Azure Project with the MVC project as a role. Clients receive the first 2 or 3 msgs and then it times out and start behaving odd.

What differences are there when running a azure project and a mvc project, the emulator starts iss express also so i cant see what the issues might be.

Anyone have some suggestions for where to go next.

share|improve this question
Are running more than on instance? – dfowler Nov 8 '12 at 0:27
Naa, its just running one. – s093294 Nov 8 '12 at 9:58
When deployed to Azure there are no issues, so it is a local issue. – s093294 Nov 8 '12 at 12:02

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.