Hello,
I have a client server poc code that runs ok in user mode it uses zmq.REQ context and an IPC socket to send over json and receive back json problem is when I wrap the server part in win32service code both service and client app run under the same user but I still fail to send data over works just fine if I switch to TCP socket PoC code: https://github.com/bozhinov/cache-poc Environment: libzmq version: pyzmq 14.1.1, libzmq 4.3.4 OS: Windows Server 2022 Python 3.10.2 x64 Is this even supposed to work? Momchil
_______________________________________________ zeromq-dev mailing list [email protected] https://lists.zeromq.org/mailman/listinfo/zeromq-dev
