dashboard / erock/pico / chore(pubsub): add more tests #105 rss

open · opened on 2026-01-25T17:03:08Z by erock
Help
checkout latest patchset:
ssh pr.pico.sh print pr-105 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print ps-X | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 105
add review to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add --review 105
accept PR:
ssh pr.pico.sh pr accept 105
close PR:
ssh pr.pico.sh pr close 105
Timeline Patchsets

Range-diff rd-193

title
chore(pubsub): add more tests
description
Patch equal
old #1
603ca6e
new #1
603ca6e
title
feat(pubsub): round robin
description
Patch equal
old #2
17e00b2
new #2
17e00b2
title
fix(pubsub): check for eof before processing and skip empty byte reads
description
Patch added
old #0
(none)
new #3
e3136bd
title
fix: rr
description
Patch added
old #0
(none)
new #4
9a6d19e
title
fix: sending 0 byte read
description
Patch added
old #0
(none)
new #5
5b3f3a1
Back to top
1: 603ca6e = 1: 603ca6e chore(pubsub): add more tests
2: 17e00b2 = 2: 17e00b2 feat(pubsub): round robin
-: ------- > 3: e3136bd fix(pubsub): check for eof before processing and skip empty byte reads
-: ------- > 4: 9a6d19e fix: rr
-: ------- > 5: 5b3f3a1 fix: sending 0 byte read