| PASS |
publish_subscribe_basic |
both delivered: hello world |
| PASS |
publish_multiple_channels |
both delivered to correct channels |
| PASS |
psubscribe_pattern |
both pattern matched: score update |
| PASS |
psubscribe_multiple_patterns |
both matched multiple patterns |
| PASS |
message_content |
content preserved: [plain text with spaces with escape unicode: 中文 numbers: 123] |
| PASS |
multiple_messages |
order preserved: [msg0 msg1 msg2 msg3 msg4] |
| PASS |
unsubscribe |
unsubscribe works: should receive, unsubscribed |
| PASS |
subscribe_count |
counts: [1 1] |
| PASS |
unsubscribe_count |
count after unsubscribe: [0] |
| PASS |
pubsub_channels |
channels: [pubsub_ch1 pubsub_ch2] |
| PASS |
pubsub_numsubs |
counts: [1 1] |
| PASS |
pubsub_numpat |
pattern count: [2] |