Commented Issue: http_listener hangs on open() if pplx task is created in...
http_listener.open() simply hangs if I pplx::create_task() {Sleep(forewer);} before hand.If I first start listener and then launch the task, then all incoming http requests will hang.This repros 100%...
View ArticleClosed Issue: http_listener hangs on open() if pplx task is created in...
http_listener.open() simply hangs if I pplx::create_task() {Sleep(forewer);} before hand.If I first start listener and then launch the task, then all incoming http requests will hang.This repros 100%...
View ArticleNew Post: Suitable algorithm to find an element in C++ Rest JSON
Thank you for the response!
View ArticleNew Post: rest sdk http_listener as a network server
Guys, You have to have IIS enabled, and be running the listener as an administrator. Damien
View ArticleCommented Feature: on-demand thread creation/lib initialization [68]
Hello,I would like to use casablanca in a child process in Linux.When the application starts the crossplat::threadpool::s_shared is automatically constructed in the parent process. However, the 40...
View ArticleClosed Feature: on-demand thread creation/lib initialization [68]
Hello,I would like to use casablanca in a child process in Linux.When the application starts the crossplat::threadpool::s_shared is automatically constructed in the parent process. However, the 40...
View ArticleUpdated Release: C++ Rest SDK 2.5.0
AndroidFixed issue in CMakeLists.txt where parenthesis were incorrectly used instead of brackets.Fixed issue in CMakeLists.txt where pplxlinux.cpp source file was missing.Added Android TestRunner...
View ArticleNew Post: rest sdk http_listener as a network server
@Damien: >> Why do you need IIS? http_listener in windows is implemented using httpsys API. Why would you need IIS? What is IIS role here?
View ArticleNew Post: rest sdk http_listener as a network server
I'm not at my system right now, but I'm pretty sure we had to enable IIS to be able to access the service from external IP addresses. Maybe Steve or someone else can jump in and provide official...
View ArticleNew Post: rest sdk http_listener as a network server
I don't believe that you need to have IIS enabled to access from an external IP address. Variants on this discussion have come up quite a bit. As 000golabi mentions earlier in this thread, the main...
View ArticleCreated Unassigned: connnect error when connect to websocket via proxy [347]
Hi,I used casablanca(development branch lastest commit) to connect with websocket server via proxy.``` websocket_callback_client client; websocket_client_config client_config; web::web_proxy...
View ArticleEdited Unassigned: get error when connect to websocket via proxy [347]
Hi,I used casablanca(development branch lastest commit) to connect with websocket server via proxy.``` websocket_callback_client client; websocket_client_config client_config; web::web_proxy...
View ArticleNew Post: monitoring page
I want to create a page (html) that is displaying information about the state of my application, like display running in page until the application ends, and if I connect to the page, I'll see the...
View ArticleNew Post: rest sdk http_listener as a network server
What is server? is it defined by me, or it is something that cpprest has? I have a somehow similar problem: I want to create a status page for my application. I have just posted the thread today, any...
View ArticleCommented Unassigned: get error when connect to websocket via proxy [347]
Hi,I used casablanca(development branch lastest commit) to connect with websocket server via proxy.``` websocket_callback_client client; websocket_client_config client_config; web::web_proxy...
View ArticleNew Post: monitoring page
Hi opreanstefan, It is a little hard to follow the code here and understand exactly what you are asking for. I don't see the 'Server' class declared anywhere, but the http_listener is stored in a class...
View ArticleNew Post: rest sdk http_listener as a network server
Following up on Steve's response above, I disabled IIS on my test machines and the Casablanca-based services we have still work from external IPs (on Win 7 and 8.1). So: 1) You don't need IIS running...
View ArticleUpdated Release: C++ Rest SDK 2.5.0
AndroidFixed issue in CMakeLists.txt where parenthesis were incorrectly used instead of brackets.Fixed issue in CMakeLists.txt where pplxlinux.cpp source file was missing.Added Android TestRunner...
View ArticleNew Post: the right way to read JSON from a file and POST it
Hi Holger_0000, Ok I've fixed the problem in the 'development' branch here on CodePlex. The fix will be in our NuGet package at the next release 2.5.0. If you get a chance could you perhaps try...
View ArticleNew Post: monitoring page
I said that I have started to inspire from another application that has something like that. "Monitoring" I have renamed, it was called "Server". But anyway, the idea is that I need a page to verify...
View Article