- From: <piranna@gmail.com>
- Date: Thu, 17 Jan 2013 22:59:17 +0100
- To: Adam Bergkvist <adam.bergkvist@ericsson.com>
- Cc: "public-webrtc@w3.org" <public-webrtc@w3.org>
> * reading the changes done in the latest version of the specification > it seems that when a DataChannel object is created its PeerConnection > object is not needed anymore and could be closed and also garbage > collected (previously the DataChannel needed to check the status of > the PeerConnection object and now it have been removed all references > to it). Is that correct? Another question related to this: if it's true (according to my interpretation of the spec) that now DataChannels don't depend of their PeerConnection to operate and this last ones could be closed or garbage collected and the DataChannels would still keep working (very useful if you are using a long-term only-data application to earn memory since you will not use the PeerConnection anymore), would this means that this PeerConnection would be re-used setting a new remoteSession() to establish a new connection with a different machine while being able to use the DataChannel created with the previous one? At least for me, this would be a really practical and useful feature... -- "Si quieres viajar alrededor del mundo y ser invitado a hablar en un monton de sitios diferentes, simplemente escribe un sistema operativo Unix." – Linus Tordvals, creador del sistema operativo Linux
Received on Thursday, 17 January 2013 22:00:05 UTC