Should BaseConnection warn if it cancels dangling channel requests?
@wjt
Submitted by Will Thompson Assigned to Telepathy bugs list
Description
After emitting status-changed(Disconnected, …), TpBaseConnection cancels all pending channel requests. In a properly-implemented connection manager using only TpChannelManager (not TpChannelFactoryIface) there should be no pending channel requests by that point, as the channel managers should have failed them in response to status-changed(Disconnected, …).
Perhaps telepathy-glib should warn in that case?