Angular talking to Rasa 2.3.2 via websocket issue

When angular webchat application is trying to communicate over socketio for rasa 2.3.2, we are not getting a response back while the request is successful.

credential.yml configuration: socketio: user_message_evt: user_utterance bot_message_evt: bot_utterance session_persistence: true

library versions: sanic -20.9.0,python-engineio -3.11.0,python-socketio -4.5.0

This was a known issue and has been fixed in rasa v2.5.0

Thanks Ben. That works.