You've already forked agentic-coding-workflow
SSE 调整
This commit is contained in:
@@ -327,5 +327,5 @@ type StreamParams struct {
|
||||
|
||||
// Subscription 是订阅者读取 ring buffer 的句柄。
|
||||
type Subscription interface {
|
||||
Next(ctx context.Context, lastEventID int64) (events []SSEEvent, closed bool, err error)
|
||||
Next(ctx context.Context, nextEventID int64) (events []SSEEvent, closed bool, err error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user