Commented Issue: websocket_client - uncatchable exception when receive/close...
Mentioned in a comment in https://casablanca.codeplex.com/workitem/177.raffaeler wrote Fri at 6:41 AM [x] Using 2.1.0 here. I could not even catch the exception with websocket_exception nor "..." When...
View ArticleCommented Issue: v2.2 NuGet package's v120_xp toolset support broken [262]
I'm using VS2013 under 64-bit Windows 7. I installed the current v2.2 CPPREST NuGet package into a new project that uses the v120_xp platform toolset, and the debug .EXE file built from the project...
View ArticleClosed Issue: v2.2 NuGet package's v120_xp toolset support broken [262]
I'm using VS2013 under 64-bit Windows 7. I installed the current v2.2 CPPREST NuGet package into a new project that uses the v120_xp platform toolset, and the debug .EXE file built from the project...
View ArticleUpdated Release: C++ REST SDK 2.2.0 (Aug 20, 2014)
FeaturesoAuth(experimental)Added library support for oAuth 2.0 and 1.0 in an experimental namespace while we fine tune the API.AndroidAdded support for the Android platform. Please note SSL...
View ArticleReleased: C++ REST SDK 2.2.0 (Aug 20, 2014)
FeaturesoAuth(experimental)Added library support for oAuth 2.0 and 1.0 in an experimental namespace while we fine tune the API.AndroidAdded support for the Android platform. Please note SSL...
View ArticleUpdated Release: C++ REST SDK 2.2.0 (Aug 20, 2014)
FeaturesoAuth(experimental)Added library support for oAuth 2.0 and 1.0 in an experimental namespace while we fine tune the API.AndroidAdded support for the Android platform. Please note SSL...
View ArticleUpdated Release: C++ Rest SDK 2.3.0
http_clientImplemented server certificate verification on Android. #242Added usage of Boost ssl::context::default_workarounds for compatibility with somewhat broken servers.Fixed issue with server...
View ArticleNew Post: 32-bit and 64-bit Binaries Supported on Linux?
I like @roschuma's simple suggestion about using a 32-bit system. However, a complication is that the build/test/release system is RHEL 7 which does not have a 32-bit distro, nor does its sister CentOS...
View ArticleNew Post: Unable to cancel task
Consider this snippet: pplx::task_completion_event<void> ev; pplx::cancellation_token_source cts; pplx::create_task([ev] { Sleep(1000); pplx::interruption_point(); //if...
View ArticleNew Post: VS 2010 upload Code nested Loop issue ?
I know for sure that there was a bug fixed recently where the library was unable to download/upload files bigger than 4 GB, so you should check for that too (it resulted in an infinite loop).
View ArticleNew Post: Unable to cancel task
Why not make a task to construct X? Then the caller must call ".get" in order to get the X, which makes the fact that it blocks explicit. The task will run in the background, so the caller can do...
View ArticleNew Post: Unable to cancel task
Not bad idea, I'll admit. If I do two-stage construction in X (i.e. a default constructor, another constructor that starts the process and a function that starts the process), it could work. I'll have...
View ArticleUpdated Release: C++ Rest SDK 2.3.0
http_clientImplemented server certificate verification on Android. #242Added usage of Boost ssl::context::default_workarounds for compatibility with somewhat broken servers.Fixed issue with server...
View ArticleCreated Unassigned: build error on Mac 10.10 [310]
I have met these errors when I build it on my mac:/Users/liuzhn/Projects/odatacpp/odatacpp/lib/casablanca/Release/libs/websocketpp/websocketpp/common/network.hpp:53:17: error: expected ')'inline...
View ArticleNew Post: Build errors on MacOSX 10.9 and XCode 6
Hi all, i have problems with the installation on my Mac. After following these installation instructions:https://casablanca.codeplex.com/wikipage?title=Setup%20and%20Build%20on%20iOS&version=16 i...
View ArticleNew Post: VS 2010 upload Code nested Loop issue ?
Hi, ok i dont get this to work. I know visual Studio 2010 and version 1.2.0 is no longer supported but can sombody point me to an example of uploading a file to a webservice for version 1.2.0 (This one...
View ArticleCommented Unassigned: build error on Mac 10.10 [310]
I have met these errors when I build it on my mac:/Users/liuzhn/Projects/odatacpp/odatacpp/lib/casablanca/Release/libs/websocketpp/websocketpp/common/network.hpp:53:17: error: expected ')'inline...
View ArticleCommented Unassigned: build error on Mac 10.10 [310]
I have met these errors when I build it on my mac:/Users/liuzhn/Projects/odatacpp/odatacpp/lib/casablanca/Release/libs/websocketpp/websocketpp/common/network.hpp:53:17: error: expected ')'inline...
View ArticleClosed Unassigned: build error on Mac 10.10 [310]
I have met these errors when I build it on my mac:/Users/liuzhn/Projects/odatacpp/odatacpp/lib/casablanca/Release/libs/websocketpp/websocketpp/common/network.hpp:53:17: error: expected ')'inline...
View Article