You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zeromq
Hi,
I've got a server and many clients. The clients connect via PUSH to the server if required. The server connects back to the client also via PUSH to send back answers and commands. Now I've got the following problem: 1. Because ZMQ does not provide any information about the client (IP address) I can only identify the data source if the data contains information about the client. 2. If a client disconnects the server does not know which client disconnected. I hoped that via the monitoring interface I get the client information, but the monitoring interface does only provide information about the local server socket.