-
Notifications
You must be signed in to change notification settings - Fork 214
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
New Bidir demo for C# #291
Conversation
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 to me!
/// Indicates the button pressed when the alarm rang. | ||
enum ButtonPressed { Snooze, Stop } | ||
|
||
/// Represents a simple alarm clock. It's the "callback" in this demo, and it's implemented by the client. |
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.
I don't see why we highlight the word "callback" in this sentence, since this is not in the "callback" demo.
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.
It's a copy and paste from the Callback demo, and I'd rather keep them in sync.
Co-authored-by: Joe George <[email protected]>
Co-authored-by: Joe George <[email protected]>
This PR replaces the bidir demo by a new demo derived from Callback.