Gunicorn multiple workers + drf + socketio have only one connection
I am using socket-client using python-socketio in django-rest-framework. And drf is running as gunicorn on the centOS server with 3 workers. When I start my service, I can see only one connection. So I can’t use my chat service. How can using socket-client in drf ensure that the connection is maintained properly?