Results 4 comments of Jake Cobb
trafficstars

It seems reasonable that this should be emphasized more in the docs since it won't be supported directly. [Quickstart > Timeouts](https://docs.python-requests.org/en/master/user/quickstart/#timeouts) is the second to last section and contains this...

Marked draft to give time for feedback. Currently, the CMake build names things in MSVC/Visual Studio like: `libzmq-v142-mt-gd-4_3_5.lib` `libzmq-v142-mt-gd-4_3_5.dll` ... where all other platforms are just `libzmq`. Most libraries end...

I have narrowed it down to the use of ZeroMQ, the error occurs during socket creation. I have ZeroMQ 4.3.4, here is code to reproduce: ```cpp #include int main(int argc,...

Reproduced with ZeroMQ 4.3.4 and 4.3.3, does not occur with ZeroMQ 4.3.2.