-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Real time" #1
Comments
It automatically get refreshed whenever there is a change in the price of
the cryptocurrency.
…On Mon, 19 Aug 2024, 19:24 fjr619, ***@***.***> wrote:
Will it auto refresh the value if there is changes on the price of crypto?
Or do we have to manual refresh to get latest value?
—
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATAVGBIFOL6SRSCHW7QVIHDZSH2JBAVCNFSM6AAAAABMX4KE2CVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ3TGNBSHEYDSOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
May i know how the app know if there is a changes in the api, so it will refresh? Cause on your fetching it is just http and you are not using like socket to observe the server changes. Thank you |
I have created a function which refresh the page every few seconds. This
ensures real time changes in the crypto List. ( I am using coingecko api to
fetch the crypto info )
…On Fri, 23 Aug 2024, 19:22 fjr619, ***@***.***> wrote:
May i know how the app know if there is a changes in the api, so it will
refresh? Cause on your fetching it is just http and you are not using like
socket to observe the server changes. Thank you
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATAVGBIA5OUGXOCFBF2LLMLZS45CNAVCNFSM6AAAAABMX4KE2CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBXGE2DKNZVGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Thank you, but may i know where is the code for refreshing the page? I can't find that |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Will it auto refresh the value if there is changes on the price of crypto? Or do we have to manual refresh to get latest value?
The text was updated successfully, but these errors were encountered: