- Notifications
You must be signed in to change notification settings - Fork425
Fixed documentation for 0.11.2, this fixes #581#584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
* Fixed hello_world_server example * Fixed url of rapidjson in twitter example
Nice. Thanks@susnux -- I'm probably going to start making changes here too because the synchronous server implementation is deprecated. I'm thinking about un-deprecating it because it seems it's simpler to program than the asynchronous version, but it doesn't scale as well. Do you want to give the conversion a try, to use the asynchronous server instead? |
LGTM -- Anyway, I'm happy to merge this in first as it addresses a real issue. |
Fixed documentation for 0.11.2, thisfixes#581
Ok I will have a look. |