Skip to content
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

Websocket refresh #243

Open
Corantin opened this issue Apr 25, 2022 · 1 comment
Open

Websocket refresh #243

Corantin opened this issue Apr 25, 2022 · 1 comment
Labels
App 📱 User-facing issues enhancement New feature or request

Comments

@Corantin
Copy link
Collaborator

Corantin commented Apr 25, 2022

Right now we use interval pulling when we need some data to refresh, couple of problems with that :

  • Poor performance
  • More network usage
  • Pulling is triggered only on current user actions (not other that might just add funds to a Quest)
    Implement a web socket to refresh some data on-demand :
  • New quest should be put on top of the list after being created
  • New claims and claims state update
  • Quest Bounty update
@Corantin Corantin added App 📱 User-facing issues enhancement New feature or request labels Apr 25, 2022
@kamikazebr
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App 📱 User-facing issues enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants