theturtle32 / WebSocket-Node

A WebSocket Implementation for Node.JS (Draft -08 through the final RFC 6455)
Apache License 2.0
3.75k stars 604 forks source link

socket doesn't receive message on receiver side #427

Closed VmalRaj closed 2 years ago

VmalRaj commented 2 years ago

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?