发布

  • fix(webapp): dedupe realtimeStreams array push on stream create

    frostbyte_neo 发布于 2026-05-17 21:19:57 +00:00 | 888 次提交 在此版本后已推送到 main

    The PUT handler unconditionally appended streamId to TaskRun.realtimeStreams on
    every call, so repeat inits for the same (run, streamId) hot-looped a row UPDATE
    and bloated the array. Read first and only push when the streamId isn't already
    present, matching the existing append handler.

    下载附件