1) Start a new ASP MVC project with Visual Studio 2013
2) Install nuget package: PM> Install-Package Pechkin.Synchronized
3) Paste the demo code in an asp mvc controller:
4) Run on local host -> works
5) Run on Windwos Azure Website -> breaks.
Debugger gets stuck on line with "new SimplePechkin..."
I also tried it with "new SynchronizedPechkin..." - same problem
Only errormessage I find is "The thread ... has exited with code 259"
1) Start a new ASP MVC project with Visual Studio 2013 2) Install nuget package: PM> Install-Package Pechkin.Synchronized 3) Paste the demo code in an asp mvc controller:
4) Run on local host -> works 5) Run on Windwos Azure Website -> breaks.
Debugger gets stuck on line with "new SimplePechkin..." I also tried it with "new SynchronizedPechkin..." - same problem Only errormessage I find is "The thread ... has exited with code 259"
Could it have anything to do with 32/64 bit version like commented by "germanger" here: https://github.com/gmanny/Pechkin/issues/19