| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This changes the behaviour of TQT_DBusConnection::sendWithReply():
before the patch in case some message arrives while awaiting for a
reply in dbus_connection_send_with_reply_and_block(), they were enqueued
and won't be processed until some other message kicks it on or a user
explicitly called scheduleDispatch() or dispatch().
This commit adds an implicit call to scheduleDispatch() to avoid
unexpected delays in processing incoming messages.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
| |
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
| |
|
|
|
|
|
|
|
|
| |
is invoked by the dbus daemon.
Prior to this fix, when a service was started by the dbus daemon,
the first dbus call sent to it was being held back till the next
dbus call was performed, resulting in a long timeout for the first
unhandled call and a delayed answer.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|