Open muxa-xoma opened 8 months ago
When session_persistence is set to true, SocketIO cannot reply properly. sio.enter_room(sid, data["session_id"]) needs to be changed to await sio.enter_room(sid, data["session_id"]).
As mentioned before issues are now all on Jira: https://rasa-open-source.atlassian.net/jira/software/c/projects/OSS/issues?jql=project%20%3D%20%22OSS%22%20ORDER%20BY%20created%20DESC So I would suggest heading over there
https://github.com/RasaHQ/rasa/blob/7807b19ad5fffab73ca1a04dc710f812115a9288/rasa/core/channels/socketio.py#L230
Missing "await" before sio.enter_room(sid, data[“session_id”])