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.98k stars 1.54k forks source link

single message spam if send button click simultaneously #39

Open ab-sharma1 opened 3 years ago

ab-sharma1 commented 3 years ago

if we write a message and click send button 2 or more times then the same message is appeared in chat box many times .

imansour12 commented 3 years ago

Yea I found that issue too!