-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
fix: stop building with abort controller #3634
Conversation
This pull request is automatically being deployed by Amplify Hosting (learn more). |
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
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
8a72313
to
323bcaa
Compare
* Added buildController and stopBuilding controllers * Used stop building in header Stop button * Set the build controller in API performstreamingrequest * added setbuildcontroller to types
This pull request adds the
buildController
andstopBuilding
controllers to the codebase. ThestopBuilding
controller is used in the header's Stop button, and thebuildController
is set in the APIperformStreamingRequest
function. Additionally, thesetBuildController
function is added to the types. These changes enhance the control and management of the build process in the application.