You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your WebSocket server ran out of resources due to too many connections or insufficient system capacity. The error RESOURCE_EXHAUSTED means the maximum allowed concurrent connections were reached, causing the server to close connections with an internal error.
Fix it by:
Increasing server resource limits.
Closing idle or unused WebSocket connections.
Adding load balancing for high traffic.
Debugging connection cleanup in your backend code.
File Name
gemini/multimodal-live-api/websocket-demo-app/backend/main.py
What happened?
closing connections and cleanup
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: