Skip to content

fix: enable DAP SDK streaming mode for node files >10MB

Danil Martynenko requested to merge bugfix-20163 into release-4.4

DAP SDK limits non-streaming requests to 10MB. Node files (22-81MB) exceeded the limit, causing fallback to wrong version.

Solution: pass empty progress_callback to enable streaming mode, which removes the limit and processes files chunk-by-chunk.

Merge request reports

Loading