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
when i run gunicorn -k flask_sockets.worker hello:app, I get a http address like http://0.0.0.0:3000, how I get a websockets address like ws://0.0.0.0:3000
when i run
gunicorn -k flask_sockets.worker hello:app, I get a http address likehttp://0.0.0.0:3000, how I get a websockets address likews://0.0.0.0:3000