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

Upgrade librabbitmq version to 0.4 #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

j16sdiz
Copy link

@j16sdiz j16sdiz commented Mar 16, 2016

This fix issue #16 as well.

I have run this for a few hours on Debian Linux and it seems to work fine.

But there are few this I am not qualify to check:

  1. Compile on other OS / Distro? I just hardcode it use select() (instead of detecting to epoll() support), guess this should be cross platform....
  2. Any resource leak? In particular, I have removed a close(sockfd) because the new library does not expose the raw socket. According to this post, it should work. But it may need more careful review.

@keithf4
Copy link
Contributor

keithf4 commented Mar 30, 2016

I've created a 0.5.0_dev branch with this pull request incorporated. Also made it an actual extension update and fixed the config table to dump its data.

I've tested all the basic functionality of the included sql functions and things seem to be working. If anyone can provide a more thorough evaluation in a more realistic environment that would be great.

@marcelloceschia If you want to try and incorporate your ssl patch against this branch, please feel free.

@Godwottery
Copy link

I am currently testing this with 0.5.0 on Windows. Seems to be working.

@esatterwhite
Copy link

esatterwhite commented May 22, 2019

@j16sdiz Did you ever have any luck here? I know this is a bit out of date. I think librabbitmq is on 0.8 now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants