robtaussig / react-use-websocket

React Hook for WebSocket communication
MIT License
1.62k stars 135 forks source link

Need to fetch updated message from Server #190

Open rahulbroadview opened 1 year ago

rahulbroadview commented 1 year ago

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