[zeromq-dev] exception thrown on socket recieve function call in c# interop bindings
Johnny Gozde
johnny at jgoz.net
Fri Feb 10 19:30:43 CET 2012
Hi David,
On Fri, Feb 10, 2012 at 11:12 AM, David Starkweather <starkd88 at gmail.com>wrote:
> Hello,
>
> I am getting an exception thrown from libzmq.dll when calling a recieve
> function on a request socket as called through the MIT Licensed Interop c#
> bindings. (Using Windows 7 64-bit). Included below is a stack trace of
> the problem along with the reduced request/reply programs.
>
The bindings you are using are not the official C# bindings, so the
maintainer may or may not be subscribed to this mailing list. You may wish
to try the discussion forums on that project's Codeplex site as well.
> The programs seem to work fine when run on the same system through
> localhost. However, the exception occurs when querying another networked
> machine. The exception occurs in the first program (the one with the req
> socket right at the last receive call in the program.)
>
The C code you pasted includes a "zmqhelper.h" file. I'm guessing this is
your code as well. Would you be able to put this on pastebin too? This will
help determine the origin of the error.
Thanks,
John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20120210/e85a4368/attachment.htm>
More information about the zeromq-dev
mailing list