clrzmq
clrzmq copied to clipboard
zeromq-4.x compatibility
Hello,
Is it possible to use clrzmq with zeromq-4.x versions?
Thanks,
You can do so by placing libzmq.dll/libzmq.so in your AppDomain.CurrentDomain.BaseDirectory or any other path where your operating system (LoadLibrary/dlopen) is searching for libraries (~/bin for ASP.NET apps (not sure about them), ~/bin/Debug and ~/bin/Release for deskop apps for example).
Ok, thanks. However, I cannot use the new functionality, added in zeromq-4.x, can I?