Merge pull request #968 from brandondahler/master

Duplicate subscription to all selected channels upon SparkleListenerTcp connect.
This commit is contained in:
Hylke Bons 2012-09-10 14:49:39 -07:00
commit dce2167ac1

View file

@ -75,10 +75,6 @@ namespace SparkleLib {
OnConnected ();
// Subscribe to channels of interest to us
foreach (string channel in base.channels)
AlsoListenToInternal (channel);
} catch (SocketException e) {
this.is_connected = false;
this.is_connecting = false;