diff options
author | Bjorn Svensson <bjorn.a.svensson@est.tech> | 2021-12-01 20:43:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-01 11:43:23 -0800 |
commit | da5a4ff3622e8744b772a76f6ce580dc9134fb38 (patch) | |
tree | 100af25c22aa05feafa810b123392e80efa4071c /.github/workflows/build.yml | |
parent | b5716ee82926316f7764b834eec636f5652d5600 (diff) |
Add asynchronous test for pubsub using RESP3 (#1012)
* Include `unsubscribe` as a subscribe reply in RESP3
By providing the (p)unsubscribe message via the subscribe callback,
instead of via the push callback, we get the same behavior in RESP3
as in RESP2.
* Add asynchronous test for pubsub using RESP3
The testcase will subscribe to a channel, and via a second client
a message is published to the channel. After receiving the message
the testcase will unsubscribe and disconnect.
This RESP3 testcase reuses the subscribe callback from the RESP2
testcase to make sure we have a common behavior.
Diffstat (limited to '.github/workflows/build.yml')
0 files changed, 0 insertions, 0 deletions