-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Push batchSize in not respected #3994
Comments
Pls make a PR with a test case to reproduce. I cannot touch bugs that are not reproduced. |
Thank you @pubkey appreciate your reply, I will share this shortly. |
Thank you @pubkey I have put a simple nextjs app to demo it (https://github.com/meabed/rxdb-nextjs-demo-todo): On codesandbox ( https://codesandbox.io/s/github/meabed/rxdb-nextjs-demo-todofile=/src/components/todo.tsx ): I have added 10 db rows ( todos ) and as you see in the screenshot, the first item fires correctly at 1 batchSize, next push is 8 docs all together. |
I fixed the batchSize problem so that it is respected now. |
Thank you so much @pubkey 🙏 Yes I will re-produce the boolean field and open an issue, I tried on nextjs it was working, for react native it wasn't working, I will check if this issue still persists. |
I have the error here ( i will post a code to reproduce it ):
|
Ah I see. Thats good enough to reproduce, I will fix. |
Fixed here: 75ca7c1 |
Got it, I think when I used 0 I had another issue In the migration Plug-in I will verify and let you know. Appreciate your support ❤️ |
@pubkey Would you be planning to release this fixes soon? |
Thank you so much for the new release, it's working great with couple of minor issues:
RxDB version: 13.3.0 used in ReactNative and PouchDB
Thank you so much
The text was updated successfully, but these errors were encountered: