[Telepathy] [Bug 15796] New: Disconnect() returns too early

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri May 2 03:59:18 PDT 2008


http://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 at lists.freedesktop.org
        ReportedBy: simon.mcvittie at 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: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Telepathy mailing list