Skip to content

README refers to non-existant FlushPolicyBase class #116

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

Open
cookbr opened this issue Nov 26, 2024 · 1 comment
Open

README refers to non-existant FlushPolicyBase class #116

cookbr opened this issue Nov 26, 2024 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@cookbr
Copy link

cookbr commented Nov 26, 2024

README.md references a FlushPolicyBase class ...

You can create a custom FlushPolicy special for your application needs by implementing the IFlushPolicy interface. You can also extend the FlushPolicyBase class that already creates and handles the shouldFlush value reset.

... but FlushPolicyBase doesn't exist.

@wenxi-zeng
Copy link
Contributor

@cookbr thanks for reporting this. yeah, we don't have FlushPolicyBase in c#. the description was copied from our react-native library. we will get the docs fixed. in c#, just follow the example to implement IFlushPolicy

@wenxi-zeng wenxi-zeng added the documentation Improvements or additions to documentation label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants