Re: send django channels 2 messages to an individual user who might have more than one browser tab or device connected

2020-02-26 Thread Levent Engin
şunu yazdı: > Regardless of how the user is connected - if you send a django channels > message to the user - you will send it to all connected devices. > > Regards, > > Andréas > > > Den ons 12 feb. 2020 kl 20:03 skrev Levent Engin : > >> Hi all. >> I want to send Chan

send django channels 2 messages to an individual user who might have more than one browser tab or device connected

2020-02-12 Thread Levent Engin
Hi all. I want to send Channels2 messages to an individual user who might have more than one browser tab or device connected. How can I do that. In documents it is said that "group_send" structure can be used. how can i implement that? Is there a sample code for this? Best Regards. Levent

authentication for Channels2 via mobile application

2019-11-27 Thread Levent Engin
Hi all; Can we only use session authentication for Channels2 and if we use mobile application what would be the best way or method to authenticate? Any samples or documentation? BR -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe

use signals in channels2 - send message when a database field is updated

2019-11-23 Thread Levent Engin
Hi; How can i implement to use signals inside channels2? I want to send message via consumer when a database field is updated. Wiil that be inside consumer or models? Is there a sample or tutorial? Best regards -- You received this message because you are subscribed to the Google Groups "Dj

Re: Django Channels2 - after a system chrash or power failure channel name persists.

2019-11-23 Thread Levent Engin
Thx for info. Adam Hooper , 22 Kas 2019 Cum, 18:07 tarihinde şunu yazdı: > On Friday, November 22, 2019 at 7:08:46 AM UTC-5, Levent Engin wrote: >> >> Hi, >> >> I am using Django Channels2. After a system failure or power crash >> channel name of the r

Django Channels2 - after a system chrash or power failure channel name persists.

2019-11-22 Thread Levent Engin
Hi, I am using Django Channels2. After a system failure or power crash channel name of the receiver persists without a proper disconnect(). System sends messages to non exiting channel name (receiver). How can we handle this situation? BR Levent -- You received this message because you