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

Error while broadcasting updates to very long text fields #14

Open
makzu opened this issue Feb 5, 2019 · 0 comments
Open

Error while broadcasting updates to very long text fields #14

makzu opened this issue Feb 5, 2019 · 0 comments
Labels

Comments

@makzu
Copy link
Owner

makzu commented Feb 5, 2019

By default the maximum length of a pgsql NOTIFY event is 8000 bytes. (https://www.postgresql.org/docs/9.4/sql-notify.html) Text fields longer than that throw an exception when fed into ActionCable, preventing the update from being broadcast to other windows.

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

No branches or pull requests

1 participant