You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current installer for windows is for zmq 4.0.4 which has 32 byte TMsg size.
When cross compiling (-d:mingw) the size of TMsg is determined compile time based on the locally installed zmq (on Linux, 4.2.0) which is 64 byte.
It should be possible to set the target zmq version number and/or set the TMsg size explicitly
This could be done from the commandline (-d..) or if possible from the importing .nim module (when compiled with -d:mingw)
The text was updated successfully, but these errors were encountered:
The current installer for windows is for zmq 4.0.4 which has 32 byte TMsg size.
When cross compiling (
-d:mingw
) the size of TMsg is determined compile time based on the locally installed zmq (on Linux, 4.2.0) which is 64 byte.It should be possible to set the target zmq version number and/or set the TMsg size explicitly
This could be done from the commandline (-d..) or if possible from the importing .nim module (when compiled with
-d:mingw
)The text was updated successfully, but these errors were encountered: