redis-streams-fastapi-chat
redis-streams-fastapi-chat copied to clipboard
await asyncio.gather(ws_recieve(websocket, chat_info), ws_send(websocket, chat_info))
why running send and receive concurrently?