Closed Issue: Two http_listeners on one port (problem with solution) [375]
Hi,I found a problem when I wanted to have http server application which finds its free port.We can think about BlackJackServer from samples. When we run the second instance of BlackJackServer it...
View ArticleNew Post: Deadlock in Windows XP
I am sorry I thought that tasks that enable "CPPREST_FORCE_PPLX" using in new Visual Studio 2015. I am worrying about that because VS2013 PPL tasks are so complex and it is so difficult to describe...
View ArticleNew Post: Potential deadlock when threw exception
Hi LeonidCSIT, I agree this is a bug, continuing the discussion on the issue you opened for this as well. Steve
View ArticleEdited Issue: Potential deadlock when threw exception [379]
I discovered potential deadlock when threw exception from function "schedule". Code below:```Release\src\pplx\pplxwin.cpp: if (!work){ delete schedulerParam; throw...
View ArticleCommented Issue: Potential deadlock when threw exception [379]
I discovered potential deadlock when threw exception from function "schedule". Code below:```Release\src\pplx\pplxwin.cpp: if (!work){ delete schedulerParam; throw...
View ArticleCommented Issue: iOS: CMake error [372]
Hi, I noticed an issue in main CMakeLists.txt, if IOS build is used :if(IOS) set(IOS_SOURCE_DIR "${CMAKE_SOURCE_DIR}/../Build_iOS")should be :if(IOS) set(IOS_SOURCE_DIR...
View ArticleClosed Issue: iOS: CMake error [372]
Hi, I noticed an issue in main CMakeLists.txt, if IOS build is used :if(IOS) set(IOS_SOURCE_DIR "${CMAKE_SOURCE_DIR}/../Build_iOS")should be :if(IOS) set(IOS_SOURCE_DIR...
View ArticleUpdated Release: C++ REST SDK 2.6.0
streamsDeprecated the streambuf::putn API. In some cases with file streams this API makes a copy. To be more efficient and not break existing code a new function putn_nocopy has been created. This...
View ArticleUpdated Release: C++ REST SDK 2.6.0
streamsDeprecated the streambuf::putn API. In some cases with file streams this API makes a copy. To be more efficient and not break existing code a new function putn_nocopy has been created. This...
View ArticleNew Post: Deadlock in Windows XP
Hi LeonidCSIT, I don't completely understand/follow what you are asking. The CPPREST_FORCE_PPLX macro should only be necessary with VS2013 if you want the tasks to run on the Windows threadpool. Are...
View ArticleCommented Issue: iOS: CMake error [372]
Hi, I noticed an issue in main CMakeLists.txt, if IOS build is used :if(IOS) set(IOS_SOURCE_DIR "${CMAKE_SOURCE_DIR}/../Build_iOS")should be :if(IOS) set(IOS_SOURCE_DIR...
View ArticleNew Post: Deadlock in Windows XP
Hi Steve! No, I am not. I am sorry it was offtopic. I just wanted to say that I thought that the new casablanca tasks come from Visual Studio 2015. And I told of my worrying about what will be happened...
View ArticleNew Post: Installing Casablanca SDK in Visual Studio 2013
I am facing issue while installing Casablanca SDK with latest version of Visual Studio 2013 I recently installed Visual Studio 2013 and the latest NuGet Package Manager. 1) The old MSI Installer of...
View ArticleNew Post: Problem with https
jdiazdesico wrote: Hi, Sorry if I missunderstand. HTTPS will not work only changing the url in the code. You must secure the socket with a certificate. Because of casablanca uses HTTP windows API on...
View ArticleNew Post: Installing Casablanca SDK in Visual Studio 2013
Hi maverick786us, It sounds like for some reason the NuGet.org gallery was down or you didn't have internet access. I would recommend trying again."The source at nuget.org...
View ArticleNew Post: Deadlock in Windows XP
Hi LeonidCSIT, I tried to contact you through CodePlex but you are listed as being preferred not to contact so I can't. Can you please contact me through codeplex or directly email me at stgates at...
View ArticleNew Post: HTTP doesn't wait until request completion and returns "500...
I'm submitting POST request to the REST server in the following form:return client.request( methods::POST, builder.to_string(), argument ).then( []( http_response response ) -> pplx::task <...
View ArticleNew Post: HTTP doesn't wait until request completion and returns "500...
Hi olegshirokikh,Is this a public server that I can access? To help further investigate, what version of the C++ REST SDK are you using and what platform and compiler version?Thanks,Steve
View ArticleNew Post: HTTP doesn't wait until request completion and returns "500...
Hi stevegates, Thanks a lot for such a quick response! I'm using Casablanca 2.5 on Windows 8.1, Visual Studio 2013 Update 4 - I've manually built static libraries. It's "kind of" private REST server...
View ArticleCreated Unassigned: websock crash after long run. [380]
I use websock for stock quote message. it crashed alway after 30 min to one hours run.the attached image is the print screen of the call stack when crashing. wish it helps.
View Article