Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

websocket - Django-Channels - How to block more than one connection from same client (browser)

I am making a chat app in Django-Channels.

When an authenticated (means non-AnonymousUser)user opens the same URL in two different tabs,two websocket connections are made for the same user.

How to block the second connection made? Is there a way in Channels to know if a user is already connected to the server or not?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...