w
w
https://github.com/coryodaniel/arbor/blob/1d3c610f4c1cc334af332aa11516cf7d543d2209/lib/arbor/tree.ex#L39 It is now :ecto_struct_fields in Ecto 3.8 Although switching to :ecto_struct_fields would also imply ecto >= 3.8 and elixir ~> 1.10
### Environment * Elixir version (elixir -v): * Phoenix version (mix deps): * Phoenix LiveView version (mix deps): 0.17.9 * Operating system: * Browsers you attempted to reproduce this bug...
My current workaround is calling `processChunk(0)` inside `if (chunk.done) {` or in `onFinish`. My first guess is maybe it's returning on dec_frame even if dec_full_image is available.