Closed GoogleCodeExporter closed 8 years ago
I am currently using this work-around:
Task lastSubscription = null;
foreach (var channel in channels)
{
lastSubscription = _subscriber.Subscribe(channel);
}
lastSubscription.ContinueWith(t => OnConnectionEstablished());
Original comment by sebastia...@gmail.com
on 24 Mar 2013 at 8:59
Fixed in pending version, thanks.
Original comment by marc.gravell
on 3 Apr 2013 at 7:58
Original issue reported on code.google.com by
sebastia...@gmail.com
on 24 Mar 2013 at 8:29