-
Notifications
You must be signed in to change notification settings - Fork 3
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
Quotes / double escaping issue #4
Comments
Ruby: 3.3.1 Well that might explain why I've seen very similar symptoms ie attributes being mangled the same way. I ended up breaking the element to be replaced (which could get large) in to a number of much smaller fragments that are individually updated via a sequence of broadcast_replace_to. So I guess I managed to reduce each fragment to be under the magic size limit. |
There are a few |
I've manually added the fix by chriscz and it resolved my issue with quotes being messed up for a larger payload. |
Ruby: 3.4 preview
Rails: Edge
Postgresql: 17rc1
I'm running into an issue when my payload becomes large enough to trigger the special handling of this adapter. I'm rendering responses on the server side like this:
The page is updated with the correct markup when using the async adapter, or the enhanced_postgresql adapter when the response is small enough:
But when the payload is large enough to trigger a read from
action_cable_large_payloads
, the markup looks like this:The text was updated successfully, but these errors were encountered: