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

Size limit on bind? #1045

Open
kylepritchard opened this issue Nov 9, 2023 · 1 comment
Open

Size limit on bind? #1045

kylepritchard opened this issue Nov 9, 2023 · 1 comment

Comments

@kylepritchard
Copy link

Hi

I am using webview through a binding and have run into an issue when sending a large amount of json data to the browser. I have checked the bindings and the data is processed all the way until it gets to webview. When transmitting small amounts of JSON I have no issues but when sending a lot (> 1000 JSON objects) the data is never received. Is there a limit on the data that can be transmitted and if so is there a way to adjust it?

@SteffenL
Copy link
Collaborator

I'm not aware of any limits but I don't know about the underlying browser engines. If possible, could you provide a minimal reproducible sample?

Is the behavior consistent across different platforms/browser engines?

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

No branches or pull requests

2 participants