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

Support client side caching when using sync interface #509

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eriktuantran
Copy link

  • Provide parameters for user to enable client side caching. User must implement the callback and handle the PUSH message sending from server by himself.
  • Not allow client side caching in multiple connections mode.

- Provide parameters for user to enable client side caching.
  User must implement the callback and handle the PUSH message
  sending from server by himself.
@sewenew
Copy link
Owner

sewenew commented Aug 12, 2023

Thanks for the PR! However, it seems that your solution can only solve part of the problem. Instead, I was planed to encapsulate the whole client side caching stuff in the library.

Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants