We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29ff4e commit 699700eCopy full SHA for 699700e
cmd_stream.go
@@ -1274,7 +1274,7 @@ func writeXpending(
1274
consumer *string,
1275
) {
1276
if len(g.pending) == 0 || count < 0 {
1277
- c.WriteLen(-1)
+ c.WriteLen(0)
1278
return
1279
}
1280
@@ -1314,7 +1314,7 @@ func writeXpending(
1314
1315
1316
if len(res) == 0 {
1317
1318
1319
1320
c.WriteLen(len(res))
0 commit comments