Arnaud Loonstra
                                            Arnaud Loonstra
                                        
                                    can you post your output of both nodes?
So it means discovery is failing on your platform. Discovery is done through UDP broadcast. You should see udp broadcast packets on your network interface using tcpdump. For example ```...
No, although it would be nice to add a PyreEvent class. I don't understand what you mean that zre_msg follows a deprecated protocol version. Zre_msg only encodes and decodes the...
Weird, I've never worked with docker so I don't know what its network stack is about. Need to test. Do you have any documentation pointers?
Btw this is the output from czmq: ``` 1> CMake Error at Findlibzmq.cmake:37 (file): 1> file STRINGS file "C:/src/czmq/LIBZMQ_INCLUDE_DIRS-NOTFOUND/zmq.h" cannot 1> be read. 1> Call Stack (most recent call first):...
More background here: https://github.com/zeromq/czmq/issues/1972
Ok this issue seems to center around libzmq's filename (`libzmq-MSVC_VERSION-mt-gd-MAJOR_MINOR_PATCH`) and the fact that CMAKE_VS_PLATFORM_TOOLSET is empty in VisualStudio. One workaround is to rename the lib to libzmq.llib and to...
I mean, when a filename equals "test" the bytearray length containing the string will be 16 for example. If you then unpack it you will end up with ``` b'test\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'...
Are there any references to differences between the two versions? I couldn't find any when I quickly scanned the PCRE2 github repo.
Is this still relevant? The line says: ``` for class where draft . if project.use_cxx ```