Connetions problems with socketio channel and SANIC_WORKERS > 1

Hello everyone,

When rasa is used with socketio channel and SANIC_WORKERS=4, socket io clients have connection problems. Duplicate connections and disconnection happen.

rasa 1.10.2

credentials

socketio: 
   user_message_evt: user_uttered
   bot_message_evt: bot_uttered
   session_persistence: true

endpoints:

lock_store:
    type: "redis"
    url: localhost
    port: 6379
    password:

Hi @vasconce1o. Could you share the logs at the point server disconnects?