Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add command "Client Capa subv2" to change behavior for SUBSCRIBE and SSUBSCRIBE commands: one call with only one response #962

Open
wants to merge 9 commits into
base: unstable
Choose a base branch
from

Commits on Oct 16, 2024

  1. SUBSCRIBE implement one response 1st version

    Signed-off-by: hwware <wen.hui.ware@gmail.com>
    hwware committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7dce69d View commit details
    Browse the repository at this point in the history
  2. Make networking and tracking test passed

    Signed-off-by: hwware <wen.hui.ware@gmail.com>
    hwware committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0a7574c View commit details
    Browse the repository at this point in the history
  3. fix some bugs and implement SSUBSCRIBE

    Signed-off-by: hwware <wen.hui.ware@gmail.com>
    hwware committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8e578f2 View commit details
    Browse the repository at this point in the history
  4. Update test case for pubsub

    Signed-off-by: hwware <wen.hui.ware@gmail.com>
    hwware committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e65fa8e View commit details
    Browse the repository at this point in the history
  5. Adjust format and remove comment

    Signed-off-by: hwware <wen.hui.ware@gmail.com>
    hwware committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    bc7c9d8 View commit details
    Browse the repository at this point in the history
  6. Adjust format for number

    Signed-off-by: hwware <wen.hui.ware@gmail.com>
    hwware committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    98e5fa0 View commit details
    Browse the repository at this point in the history
  7. Add one helper function for subscribe and ssubscribe command

    Signed-off-by: hwware <wen.hui.ware@gmail.com>
    hwware committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    27352ed View commit details
    Browse the repository at this point in the history
  8. Add client capa

    Signed-off-by: hwware <wen.hui.ware@gmail.com>
    hwware committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ea343e1 View commit details
    Browse the repository at this point in the history
  9. Update test case for subv2 version

    Signed-off-by: hwware <wen.hui.ware@gmail.com>
    hwware committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d7117c1 View commit details
    Browse the repository at this point in the history