Hi all, I'm working on qemu-qga, and I want to send qmp command from this unix socket, but it hanged there(no response), I don't know if it's connect failed or something?
[root@yf-mos-test-net09 ~]# socat > /opt/cloud/workspace/servers/f6fdd093-383b-444e-9bcf-dfa81794d465/qga.sock > readline > {"execute": "guest-execute", "session": "4768", "arguments": {"commands": > [{"command": "/bin/sh", "arguments": ["sh", "-c", "ping -c 1 > 172.16.0.1"]}]}} My question is, for tcp or udp socket, many client could connect to one server, is unix socket the same? Thank you~