ericvana / protobuf-net

Automatically exported from code.google.com/p/protobuf-net
Other
0 stars 0 forks source link

Queue device uncorrect realization in ZMQ.ZMQDevice.Queue #300

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello, masters!

At line 20 in Queue.cs must be:
 this._backend.Bind(backendAddr)
But:
 this._backend.Connect(backendAddr)

This is not properly Queue realization according to ZeroMQ Guide:  
https://github.com/imatix/zguide/raw/master/images/fig20.png

ZeroMQ x64 2.2.0.0 version from NuGet.

Best wishes!
gulin.serge@gmail.com

Original issue reported on code.google.com by gulin.se...@gmail.com on 12 Jul 2012 at 1:31

GoogleCodeExporter commented 9 years ago
You have raised this agaisnt protobuf-net, which is completely unrelated to 
ZeroMQ. I am assuming this is incorrectly raised?

Original comment by marc.gravell on 12 Jul 2012 at 2:19

GoogleCodeExporter commented 9 years ago
Yes, I am sorry :-)

Original comment by gulin.se...@gmail.com on 12 Jul 2012 at 2:22

GoogleCodeExporter commented 9 years ago

Original comment by marc.gravell on 12 Jul 2012 at 2:24