@@ -890,6 +890,7 @@ Peer.prototype._startSocket = function() {
});
this._socket.on('open', function() {
if (this.id) {
+ this.emit('open', this.id);
self._processQueue();
}