On Thu, Apr 15, 2010 at 8:01 AM, gonzalo diethelm <[email protected]> wrote: > > Wait, one of my final changes was to turn the Context, Socket and Poller > constructors into protected members. The way you create objects now is > this: > > ZMQ.Context c = ZMQ.context(1, 1, ZMQ.POLL); > ZMQ.Socket s = c.socket(ZMQ.PUB); > ZMQ.Poller p = c.poller(3); > > Can you try again?
Hmm, good catch. This was somehow causing it even though my test was in the org.zeromq package, which I thought should have been able to call the protected constructor. I'll switch over to use the public API exclusively. Thanks. _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
