-
Notifications
You must be signed in to change notification settings - Fork 71
refactor: remove MPListenerController code #495
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
base: workstation/9.0-Release
Are you sure you want to change the base?
refactor: remove MPListenerController code #495
Conversation
33510e8 to
17161bb
Compare
ba60c17 to
80c54bc
Compare
- need to move MPEndpoint and MPDatabaseTable enums to their own files - need to remove MPListenerProtocol from headers
- MPListener stubs become uncalled and unused upon deletion of the MPListenerController class - substituted for a time based wait
38b1031 to
5b42ed7
Compare
BrandonStalnaker
left a comment
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 in general. One thing stood out on a quick pass through
BrandonStalnaker
left a comment
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.
LGTM but you might want to get a review from Denis too with this IntegrationTests changes
Background
MPListenerControllersystem from the SDK as part of a refactoring effort to simplify the codebase. The listener system was a debugging/monitoring API that allowed customers to receive callbacks for SDK operations, but is no longer needed. This is a breaking change that removes public APIs.What Has Changed
MPListenerProtocolMPListenerControllerimports from headersEventUploadWaiterChecklist
Reference Issue (For employees only. Ignore if you are an outside contributor)