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

Issue #108: moved subscribe logic from pub to sub and xsub sockets. #112

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Sep 13, 2021

  1. Issue go-zeromq#108: moved subscribe logic from pub to sub and xsub s…

    …ockets.
    Tina Mancuso authored and Tina Mancuso committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    62a12e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Addressed issues from sbinet

    Tina Mancuso authored and Tina Mancuso committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    e1d803f View commit details
    Browse the repository at this point in the history
  2. Fixed return.

    Tina Mancuso authored and Tina Mancuso committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    d8ad051 View commit details
    Browse the repository at this point in the history
  3. Check error return from NewProxy().

    Tina Mancuso authored and Tina Mancuso committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    eacae6d View commit details
    Browse the repository at this point in the history
  4. Fix: added declaration for "err"

    Tina Mancuso authored and Tina Mancuso committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    be24f40 View commit details
    Browse the repository at this point in the history
  5. Removed : ("err" was already declared)

    Tina Mancuso authored and Tina Mancuso committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    4477acb View commit details
    Browse the repository at this point in the history
  6. Fixed other NewProxy() call.

    Tina Mancuso authored and Tina Mancuso committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    6460970 View commit details
    Browse the repository at this point in the history
  7. Removed subscribe/subscribed from conn object, added Topics to pub an…

    …d xsub.
    Tina Mancuso authored and Tina Mancuso committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    4f4b5cc View commit details
    Browse the repository at this point in the history
  8. Fixed copy-paste error

    Tina Mancuso authored and Tina Mancuso committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    aa837f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Removed unused imports.

    Tina Mancuso authored and Tina Mancuso committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    9bb4648 View commit details
    Browse the repository at this point in the history
  2. Return an empty list from Topics() for pub and xpub sockets since the…

    …y don't have any subscriptions.
    Tina Mancuso authored and Tina Mancuso committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    ba94503 View commit details
    Browse the repository at this point in the history
  3. Removed topics from socket -- they will only be used in sub and xsub …

    …socket types.
    Tina Mancuso authored and Tina Mancuso committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    c09bb41 View commit details
    Browse the repository at this point in the history
  4. Have Topics() return xsub topics list.

    Tina Mancuso authored and Tina Mancuso committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    17b9993 View commit details
    Browse the repository at this point in the history
  5. Removed topics test for pub socket, as pub doesn't have subscriptions.

    Tina Mancuso authored and Tina Mancuso committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    75ff6cf View commit details
    Browse the repository at this point in the history
  6. Added check of subscribed topics for sub socket.

    Tina Mancuso authored and Tina Mancuso committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    27e5f19 View commit details
    Browse the repository at this point in the history
  7. Added "ok" check to topics.

    Tina Mancuso authored and Tina Mancuso committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    a608850 View commit details
    Browse the repository at this point in the history