mhowlett / NNanomsg

.NET binding for nanomsg
MIT License
179 stars 52 forks source link

Prototype #7

Closed kwpatrick closed 10 years ago

kwpatrick commented 10 years ago

Adding scalability protocol objects, minor send/receive and enum refactors

This is the first step in specializing the socket objects for the various scalability protocols. The next step will also involve only exposing valid operations (i.e. no Send on a Subscribe socket).

mhowlett commented 10 years ago

Yes, I think specialized socket classes add value. good idea!