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 gomq.NewConnection() #60

Merged
merged 1 commit into from
Jan 8, 2018
Merged

Add gomq.NewConnection() #60

merged 1 commit into from
Jan 8, 2018

Conversation

myzhan
Copy link
Contributor

@myzhan myzhan commented Sep 26, 2017

Hi, boomer is using zeromq for master-slave communication. Becase it's not so easy to setup goczmq, I'm planning to add support for gomq.

Sadly, gomq implemented PullSocket as a Client, and PushSocket as a server, and boomer needs to use PushSocket as a Client without binding on any port. So I have to use gomq.Socket directly like this.

myzhan added a commit to myzhan/boomer that referenced this pull request Oct 17, 2017
@luna-duclos luna-duclos merged commit 3a72916 into zeromq:master Jan 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants