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-195

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 equal
old #3
e3136bd
new #3
e3136bd
title
fix: rr
description
Patch equal
old #4
9a6d19e
new #4
9a6d19e
title
fix: sending 0 byte read
description
Patch equal
old #5
5b3f3a1
new #5
5b3f3a1
title
refactor: fixes
description
Patch added
old #0
(none)
new #6
4fff471
title
chore: SetDispatch on Broker
description
Patch added
old #0
(none)
new #7
d0dfc85
Back to top
1: 603ca6e = 1: 603ca6e chore(pubsub): add more tests
2: 17e00b2 = 2: 17e00b2 feat(pubsub): round robin
3: e3136bd = 3: e3136bd fix(pubsub): check for eof before processing and skip empty byte reads
4: 9a6d19e = 4: 9a6d19e fix: rr
5: 5b3f3a1 = 5: 5b3f3a1 fix: sending 0 byte read
-: ------- > 6: 4fff471 refactor: fixes
-: ------- > 7: d0dfc85 chore: SetDispatch on Broker