[zeromq-dev] Use IPC socket under win32 service
momchil at bojinov.info
momchil at bojinov.info
Tue Mar 15 09:58:11 CET 2022
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20220315/3cbddfac/attachment.htm>
More information about the zeromq-dev
mailing list