Celery worker and socket io communication issues
I’m trying to make an app that has multiple socket connections and uses celery workers to periodically send messages to them. Here’s the code:
Celery worker and socket io communication issues
I’m trying to make an app that has multiple socket connections and uses celery workers to periodically send messages to them. Here’s the code: