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

IndexDB Maximum IPC message size exceeded for large data sets. #135

Closed
mmacfadden opened this issue Jun 18, 2020 · 1 comment
Closed

IndexDB Maximum IPC message size exceeded for large data sets. #135

mmacfadden opened this issue Jun 18, 2020 · 1 comment
Assignees
Labels
bug Something isn't working client Issues related to the client
Milestone

Comments

@mmacfadden
Copy link
Contributor

Versions

  • Convergence Version: 1.0.0-rc.6

Describe the Bug
The following error is some times thrown by the offline storage subsystem:

[DOMException [UnknownError]: Maximum IPC message size exceeded.] 

This seems to come from the IndexedDB storage sending too much data in one chunk. We should replace instances of index.getAll with a cursor.

@mmacfadden mmacfadden added bug Something isn't working client Issues related to the client labels Jun 18, 2020
@mmacfadden mmacfadden added this to the 1.0.0-rc.7 milestone Jun 18, 2020
@mmacfadden mmacfadden self-assigned this Jun 18, 2020
@mmacfadden
Copy link
Contributor Author

This was fixed via this commit:

convergencelabs/convergence-client-javascript@ef79be0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working client Issues related to the client
Projects
None yet
Development

No branches or pull requests

1 participant