csrl

Results 33 comments of csrl

Let's back up. Where I think we both want to go is this: - A feature complete API that makes sense both from an erlang standpoint and a zeromq standpoint...

1. Ok 2. Who is responsible for the context then when multiple applications use zmq? Instead, to add a context to the supervision tree, create your own module exposing a...

I made the assumption that you wanted to remove zmq:init/1 when adding zmq:start_link/1, but it looks like I was wrong, so that is good. As for backwards compatibility, the rest...

'active' mode only makes sense for certain socket types. eg. 'sub'. For other socket types eg. 'rep'/'req' it instead causes problems and doesn't provide anything over using 'poll'. Anyway, I...

probably unrelated, but normally, for the path to 0mq, you want: ./configure --with-zeromq=/usr/local

as it does everywhere else, it should merge default_tags with the root_block_device.tags of the same name taking precedence.

It looks like the lack of attention to release management continues with 3.5.0 release as well. No tags, no proper changelog update.

@bitwalker anything we can do to help get a new release published? Any chance of getting another hex.pm maintainer to help with this one?

My level of interest would be limited to updating for newer elixir/otp warnings whenever we upgrade our code bases, otherwise I wouldn't engage on it outside of my own time...

I do want to verify that the cert is a trusted cert. And your example does not verify that. It will accept any self signed certificate. The point is one...