Bug 73333 - TpFileTransferChannel: Add streaming error report
Summary: TpFileTransferChannel: Add streaming error report
Status: RESOLVED MOVED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: tp-glib (show other bugs)
Version: git master
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-06 21:01 UTC by Xavier Claessens
Modified: 2019-12-03 20:42 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Xavier Claessens 2014-01-06 21:01:49 UTC
TpFileTransferChannel has no way to report streaming errors. _provide_file_async () and _accept_file_async() complete as soon as the DBus-level opperation finishes, but can't wait for the whole streaming process to be done. We could either extend those functions to cover the streaming part as well (unit tests explicitly assume they complete early, so that's a behaviour change), or we can add a "streaming-error" signal.

I would prefer adding a signal, and add it to the spec as well, so an observer can know about streaming errors as well. Also that signal would be useful if we do the streaming in the CM for haze. Otoh, I would consider the spec part out of scope for this bug, it could need a bit more rethinking, like simply giving the URI to the CM and let it do the job.
Comment 1 GitLab Migration User 2019-12-03 20:42:34 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/telepathy-glib/issues/119.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.