Skip to content
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

Chat UI becomes unresponsive in Studio after a while #206

Closed
3coins opened this issue Jun 2, 2023 · 0 comments · Fixed by #219
Closed

Chat UI becomes unresponsive in Studio after a while #206

3coins opened this issue Jun 2, 2023 · 0 comments · Fixed by #219
Labels
bug Something isn't working
Milestone

Comments

@3coins
Copy link
Collaborator

3coins commented Jun 2, 2023

Summary

Chat UI becomes unresponsive to inputs after a while (~5-10 mins or inactivity) inside SageMaker Studio. Refreshing the browser window fixes the issue.

chat-ui-unresponsive

It seems like the WebSocket used for chat requests/responses gets disconnected after a little inactivity.

Screen Shot 2023-06-01 at 5 09 44 PM

Solution

Keep pinging the state of the chat WebSocket and re-connect if the connection is dropped.

@3coins 3coins added the bug Something isn't working label Jun 2, 2023
@JasonWeill JasonWeill added this to the 0.9.0 Release milestone Jun 6, 2023
@3coins 3coins modified the milestones: 0.9.0 Release, 0.8.0 Release Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants