Re: django channels help please

2019-02-26 Thread 정정수
The development server does not display an error. This is the same as normal operation. However, the information is not sent to chat_message. # chat/consumers.py from channels.generic.websocket import AsyncWebsocketConsumer import json class ChatConsumer(AsyncWebsocketConsumer): async def co

Re: django channels help please

2019-02-26 Thread Ahmed Ishtiaque
Is any error produced on your development server? Please post the code in your consumers.py file. On Tue, Feb 26, 2019, 8:43 PM 정정수 wrote: > https://channels.readthedocs.io/en/latest/index.html > > Viewed and produced basic tutorials > > I'd like to show you if there's anything special about the

Re: django channels help please

2019-02-26 Thread 정정수
https://channels.readthedocs.io/en/latest/index.html Viewed and produced basic tutorials I'd like to show you if there's anything special about the code It is 100% identical to the tutorial code Chat Rooms What chat room would you like to enter? docum

Re: django channels help please

2019-02-26 Thread egbosi Kelechi
What version of channels are you using? How do you determine the channel _name for each chat rooms? Could you share some code? On Tue, Feb 26, 2019, 11:01 AM 정정수 Hi Dear > ( I use Google Translator ) > I'm Korea devoleper, > please help, > > I am developing two projects. > I saw the tutorial and

Re: django channels help please

2019-02-26 Thread Ahmed Ishtiaque
Could you share your repository? We need more details to determine what’s wrong. On a side note, I made a functional chat app with Django channels here: https://www.github.com/dibs-devs/chatter Good luck! > On Feb 26, 2019, at 4:58 AM, 정정수 wrote: > > Hi Dear > ( I use Google Translator ) >