Hello Guys,
Do we have any way to fetch latest updated message from the server rather calling websocket every-time?
Because, I am calling socket url every time and its consuming the resource that is not good.
so I have to call web socket url only once when server will get updated message.
Hello Guys, Do we have any way to fetch latest updated message from the server rather calling websocket every-time? Because, I am calling socket url every time and its consuming the resource that is not good. so I have to call web socket url only once when server will get updated message.
Thanks