justdjango / justchat

A chat application built with Django channels.
267 stars 237 forks source link

page refresh issue inside chat #2

Closed manceelee closed 5 years ago

manceelee commented 5 years ago

When I refresh the page, the room id disappears from url, and showing a blank chat room

image

If i click individual chatroom again, a new connection established, click send message and two messages adding to chat window image

manceelee commented 5 years ago

similar issue when i put room id after localhost, the chatroom is not automatically connected