Skip to content

Debugging SocketIo #2627

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

Open
8 tasks
heyitsmebev opened this issue May 29, 2025 · 0 comments
Open
8 tasks

Debugging SocketIo #2627

heyitsmebev opened this issue May 29, 2025 · 0 comments
Assignees

Comments

@heyitsmebev
Copy link
Contributor

heyitsmebev commented May 29, 2025

This ticket captures your current debugging progress and provides a clear roadmap for the next investigation steps.

  • CSP configured to allow SocketIO CDN and WebSocket connections
  • Socketio initialization and installation in API
  • Public API being used. WebSocket should use wss:// for HTTPS sites
  • Cloud.gov configured to handle WebSocket connections
  • Gunicorn and Eventlet - Check Procfile or start script for correct worker configuration
  • Do default sync workers support WebSockets or need async worker (eventlet, gevent, or uvicorn)
  • Look for connection success/failure messages
  • Check if python-socketio is installed in API requirements
@heyitsmebev heyitsmebev self-assigned this May 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant