Skip to content

Streaming#403

Merged
0x0elliot merged 5 commits into
Shuffle:mainfrom
Monilprajapati:streaming
Jun 2, 2026
Merged

Streaming#403
0x0elliot merged 5 commits into
Shuffle:mainfrom
Monilprajapati:streaming

Conversation

@Monilprajapati

Copy link
Copy Markdown
Member

No description provided.

@0x0elliot 0x0elliot merged commit 03b8c7f into Shuffle:main Jun 2, 2026
3 of 5 checks passed
Comment thread streaming.go
}

resp.WriteHeader(200)
resp.Write([]byte(fmt.Sprintf(`{"success": true, "sequence": %d}`, op.Sequence)))
Comment thread streaming.go
// FIXME: Should append to the stream and keep some items in memory
// Not just purely overwrite it
resp.WriteHeader(200)
resp.Write([]byte(fmt.Sprintf(`{"success": true, "sequence": %d, "count": %d}`, state.LastSeq, len(ops))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants