Online Chatting Not Fully Working
-
my online chatting system almost works. I don’t know how to fix the message sent twice on the right screen. can you help, please?
-
@s9205307-810c679a link pls
edit: nvm the issue is you probably don’t check if you’re sending it to yourself, broadcast still goes to yourself, I handle it by not adding the message before it’s sent on the sender’s client, then I have the broadcast receive check if it’s the message it’s receiving is from itself, then I handle it
TLDR for edit: broadcast still broadcasts to yourself
-
@tyller_ https://play.creaticode.com/projects/66e7487ab156734ad26fcf1c
(edit): ok thanks!