- 
                Notifications
    You must be signed in to change notification settings 
- Fork 216
Merge greeterAsync into greeter (C++) #256
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|  | ||
| // Start dispatching requests. | ||
| adapter->activate(); | ||
| cout << "Listening on port 4061..." << endl; | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is new too: I find it clearer when the server outputs something at startup.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Should we remove the old build system for Greeter?
| 
 Yes, I think we should. Joe is taking care of it. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code and structure looks good.
But, some typos and minor things I think sound weird in the README.md
Co-authored-by: Austin Henriksen <[email protected]>
Co-authored-by: Austin Henriksen <[email protected]>
Co-authored-by: Austin Henriksen <[email protected]>
Co-authored-by: Austin Henriksen <[email protected]>
Co-authored-by: Austin Henriksen <[email protected]>
This PR merges greeterAsync into greeter. I only update the new cmake build system for greeter.