Sunday, June 30, 2019

Re: Help me fix this chat feature

I think if you run multiple users on the same PC,  you should use different browsers, or at least private/incognito mode. 

It is because Django gave one browser session to one user. If you are still  using one browser,  Django thinks only one user accessing the app. 

Regards, 

Aldian Fazrihady

On Sun, 30 Jun 2019, 23:57 Rizqullah T, <eryzero@gmail.com> wrote:
This is my pet project to build a skill exchange platform. For 3 days I've been banging my head to make the chat working properly. Suppose I logged in as user A then chat to user B, I open another window then logged in as user B, but whenever I try to chat it will always connected to user A. Check out here on github https://github.com/eryzerz/skill-x

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/7bda08b9-f920-49b3-83f9-c51a149662e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAN7EoAZBF7mv_TdtxdWgecMRbhK0N6CJ-kRS%3DTjJG-FBpVYSmQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment