htt
p://bugs.freedesktop.org/show_bug.cgi?id=15796
Summary: Disconnect() returns too early
Product: Telepathy
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: major
Priority: high
Component: telepathy-glib
AssignedTo: telepathy lists.freedesktop.org
ReportedBy: simon.mcvittie collabora.co.uk
As currently implemented in telepathy-glib, calling
Disconnect() causes the
following process:
* StatusChanged to DISCONNECTED is emitted
* Disconnection process starts, asynchronously
* Disconnected() returns
* ... network activity ...
* Disconnection completes
It should be more like this:
* StatusChanged to DISCONNECTED is emitted
* Disconnection process starts, asynchronously
* ... network activity ...
* Disconnection completes
* Disconnected() returns
--
Configure bugmail: h
ttp://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Telepathy mailing list
Telepathy lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/telepathy
a>
|