Comment 0 for bug 839060

Revision history for this message
Alejandro J. Cura (alecu) wrote :

Each object in the IPC client is connected to every signal from the IPC server. This is wrong, and huge list of errors is logged on both logs because there are no handlers for every signal in every object.
The solution would be to pass in the "register_to_signals" ipc method a list of the signals that each client is interested in, and has callbacks for.