I have a zmq client running and want to change to async calls to the corresponding server.
But when I import the gevent version import zmq.green as zmq
, at some point I get a Process finished with exit code -1073741819 (0xC0000005)
, a memory access violation.
My question is: How can I fix this or is there another way to use zmq with gevent?
I am running:
User contributions licensed under CC BY-SA 3.0