lotcastingatemi
lotcastingatemi copied to clipboard
Error while broadcasting updates to very long text fields
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.