theturtle32 / WebSocket-Node

A WebSocket Implementation for Node.JS (Draft -08 through the final RFC 6455)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

socket doesn't receive message on receiver side

VmalRaj opened this issue · comments

Am having parent -> parent component to display all chats -> child component as indiviadual chats. I can update the chat message from sender side( as A) but in receiver side(as B) the message is not receiving in real time. When some event is triggered after that only the message is getting updated. How to resolve this?