clrzmq
clrzmq copied to clipboard
clrzmq WIN XP Issue when creating sockets
Hi, I have knocked up a simple program (http://sdrv.ms/12vkVxG) using the latest Nuget package (pre-release) and am having issues (only in WinXP not Win7) when the CreateSocket method is called on the context.
We are in the process of developing a sizable platform and we really wanted to upgrade to the latest version 3.2.2 prior to out beta release. Is anyone actively looking into this?
Cheers Abs
I think my issue is similar to heimeshoff's (https://github.com/zeromq/clrzmq/issues/121) in that my sample app works on some XP machines but not on others!!
I have added tracing and got the following output
Assertion failed: Connection refused (......\src\signaler.cpp:310)
This points to the following line rc = connect (w, (struct sockaddr_) &addr, sizeof (addr));
Unfortunately I'm not a C programmer so this is far as I can take it :(
Any takers?
I still have the same problem with creating contexts. I've added a working cqlrzmq2 example and a non working clrzmq3 example and posted it to https://github.com/zeromq/clrzmq/issues/115