Error : RuntimeWarning: coroutine 'AsyncServer.enter_room'

Encountered an error while running the Rasa server. Error : D:\ChatBot\rasa-chatbot\lib\site-packages\rasa\core\channels\socketio.py:236: RuntimeWarning: coroutine ‘AsyncServer.enter_room’ was never awaited sio.enter_room(sid, data[“session_id”]) RuntimeWarning: Enable tracemalloc to get the object allocation traceback D:\ChatBot\rasa-chatbot\lib\site-packages\sanic\server\websockets\impl.py:521: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. done, pending = await asyncio.wait( [2023-11-28 17:22:52 +0530] [26560] [ERROR] Exception occurred while handling uri: ‘ws://localhost:5005/socket.io/?EIO=4&transport=websocket&sid=fLsN77MyBk5ujsUVAAAA’

Note:

Python version : 3.10 rasa version : 3.6.14

Same i am getting this C:\Users\pc\AppData\Roaming\Python\Python38\site-packages\rasa\core\channels\socketio.py:236: RuntimeWarning: coroutine ‘AsyncServer.enter_room’ was never awaited sio.enter_room(sid, data[“session_id”]) RuntimeWarning: Enable tracemalloc to get the object allocation traceback have you found any ways to solve this error

Hi, did anyone solve this issue?