stream := c.client.Chat.Completions.NewStreaming(ctx, params) if err := stream.Err(); err != nil { panic(err) }
When I debug the code in the packages/ssestream/streaming.go func (s *eventStreamDecoder) Next() bool,
I get the error message.it just don't return.