adrianhajdin / project_chat_application

This is a code repository for the corresponding YouTube video. In this tutorial we are going to build and deploy a real time chat application. Covered topics: React.js, Node.js, Express.js, and Socket.io.
https://www.jsmastery.pro
3.99k stars 1.54k forks source link

Please check and update #7

Open saksham7778 opened 4 years ago

saksham7778 commented 4 years ago

When user entered same name and room and then type the message there comes an error as message undefined how to go to main page at this point, please help? https://realtime-chat-application.netlify.com/ i also tried your hosted project but there as soon as i used same credentials your code seems to break. please help me?

reapedjuggler commented 3 years ago

Add an exception for rejoining if the user already exists in the room, Actually, go through the addUser function once again it might help :)