I found the bug. it's all because I misspelt receive. async def recieve(self, text_data):. instead of: async def receive(self, text_data):.
確定! 回上一頁