Closed mobile-bungalow closed 1 month ago
Streaming updates no longer parse in the json schema .
Reproduction:
mix deps.get && mix compile && mix phx.server & cargo run --example streaming
This means streaming is broken in the most recent phoenix live view. Potentially we should have a nightly canary CI job which runs integration tests with the latest schemas as exhaustively as possible.
with #193 we just need integration tests to prevent future regressions.
Streaming updates no longer parse in the json schema .
Reproduction:
This means streaming is broken in the most recent phoenix live view. Potentially we should have a nightly canary CI job which runs integration tests with the latest schemas as exhaustively as possible.