Edited 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 ArticleCreated Unassigned: OAuth2 expires_in token json field format [381]
Hi, In the OAuth 2.0 token json field check for 'expires_in' it is assumed that the json field type is Number, and if it isn't an exception is thrown.From the [RFC...
View ArticleEdited Unassigned: OAuth2 expires_in token json field format [381]
Hi, In the OAuth 2.0 token json field check for 'expires_in' it is assumed that the json field type is Number, and if it isn't an exception is thrown.From the [RFC...
View ArticleNew Post: Deadlock in Windows XP
Hi Steve!I am LeonidCSIT from CodePlex.You can contact me via my email [email removed].Best Regards,Leonid ProtsenkoProject ManagerTaxcom LtdOffice: +7(495)225-24-01, ext. 1133Mobile: +7 (906)...
View ArticleEdited Issue: OAuth2 expires_in token json field format [381]
Hi, In the OAuth 2.0 token json field check for 'expires_in' it is assumed that the json field type is Number, and if it isn't an exception is thrown.From the [RFC...
View ArticleCommented Issue: OAuth2 expires_in token json field format [381]
Hi, In the OAuth 2.0 token json field check for 'expires_in' it is assumed that the json field type is Number, and if it isn't an exception is thrown.From the [RFC...
View ArticleCommented Issue: OAuth2 expires_in token json field format [381]
Hi, In the OAuth 2.0 token json field check for 'expires_in' it is assumed that the json field type is Number, and if it isn't an exception is thrown.From the [RFC...
View ArticleCommented Issue: OAuth2 expires_in token json field format [381]
Hi, In the OAuth 2.0 token json field check for 'expires_in' it is assumed that the json field type is Number, and if it isn't an exception is thrown.From the [RFC...
View ArticleNew Post: HTTP doesn't wait until request completion and returns "500...
Hi Oleg,We don’t officially support static linking right now on Windows. Are you able to reproduce the problem using dynamic linking?Thanks,Steve
View ArticleCommented Issue: OAuth2 expires_in token json field format [381]
Hi, In the OAuth 2.0 token json field check for 'expires_in' it is assumed that the json field type is Number, and if it isn't an exception is thrown.From the [RFC...
View ArticleClosed Issue: OAuth2 expires_in token json field format [381]
Hi, In the OAuth 2.0 token json field check for 'expires_in' it is assumed that the json field type is Number, and if it isn't an exception is thrown.From the [RFC...
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: HTTP Listener
Hi, The link https://casablanca.codeplex.com/documentation shows that "HTTP Listener" and "OAuth Client" are still in Beta. When will they be released in GA? Second question is - will HTTP Listener be...
View ArticleNew Post: HTTP Listener
Hi Ganesha, The main focus of this library is on enabling connecting to services, and not so much on the authoring side. The http_listener is still in Beta because more work would need to be done on...
View ArticleNew Post: HTTP Listener
Hi Steve, Thanks for the quick reply! Could you please elaborate a bit on "more work would need to be done on features, performance, stress testing, and bug fixing"? At the moment, I don't see a good...
View ArticleNew Post: HTTP Listener
Hi Ganesha, Feature wise some are missing, HTTPS isn't supported on all platforms, there are no authentication features. Those are just a couple that quickly come to mind. We have done no...
View ArticleNew Post: Securing the socket with a certificate.
I want to secure the socket with a certificate, so that i can use https (instead of http) to browse any webpage using a listener application that I have developed using Casablanca SDK. Now, I created a...
View ArticleNew Post: Securing the socket with a certificate.
Hi maverick786us,Our http_listener is built on the Windows HTTP Server API, our API exposes no functionality for dealing with certificates directly. I think you are on the right track, but need to use...
View ArticleNew Post: Securing the socket with a certificate.
This is in context to my previous thread.https://casablanca.codeplex.com/discussions/577574 I am under pressure to resolve the issue of https. I created a certificate using this command.Makecert -r -pe...
View ArticleNew Post: Securing the socket with a certificate.
Hi maverick786us,Take a look at the two links I provided you in my previous response. They should get you going in the right direction.Steve
View Article