You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The api dataset changes ar every 60sec.
To get the latest data I have stated a infinity loop where delaying to make network call at every 60sec.
Ref Click here
Expected
Make the network call using Websocket to make less network call.
Current
The api dataset changes ar every 60sec.
To get the latest data I have stated a infinity loop where delaying to make network call at every 60sec.
Ref Click here
Expected
Make the network call using Websocket to make less network call.