-
Notifications
You must be signed in to change notification settings - Fork 12
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: oom on long messages #449
fix: oom on long messages #449
Conversation
As currently implemented, this still has the socket disconnect problem. Signed-off-by: Donnie Adams <donnie@acorn.io>
16b1087
to
facefe0
Compare
Offload the processing of progress events to a workequeue to free up resources for socket.io's heartbeat (i.e. ping/pong) to work. This prevents the page from refreshing on long running responses. Signed-off-by: Nick Hale <4175918+njhale@users.noreply.github.com>
facefe0
to
f6bafb1
Compare
…g interval Signed-off-by: Nick Hale <4175918+njhale@users.noreply.github.com>
Signed-off-by: Nick Hale <4175918+njhale@users.noreply.github.com>
Signed-off-by: Nick Hale <4175918+njhale@users.noreply.github.com>
Signed-off-by: Nick Hale <4175918+njhale@users.noreply.github.com>
Signed-off-by: Donnie Adams <donnie@acorn.io>
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 didn't mean to approve, and I have another issue I'm seeing. I submitted the review too early, but comments coming in a moment.
I'm seeing this behavior with Confirm calls, Prompt calls and general tool calls. Screen.Recording.2024-09-06.at.4.01.58.PM.mov |
Signed-off-by: Donnie Adams <donnie@acorn.io>
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.
All of my comments and issues are addressed, looking forward to getting this through.
Addresses: #403