-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Harden StartCircuit #12825
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
Harden StartCircuit #12825
Conversation
@javiercn - please take a look 😆 |
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.
Left a couple of comments about extra things we should check, the Base URI and the error notifications.
Fixes: #12057 Adds some upfront argument validation as well as error handling for circuit intialization failures.
Co-Authored-By: Brennan <[email protected]>
02b16b7
to
c3a25a0
Compare
@javiercn - if you still want to figure these things out, let's discuss next week. I'm interested to know if you have cool ideas. |
Fixes: #12057
Adds some upfront argument validation as well as error handling for
circuit intialization failures.