Ejemplo n.º 1
0
 public Connection(IPulsarStream stream)
 {
     _lock            = new AsyncLock();
     _channelManager  = new ChannelManager();
     _pingPongHandler = new PingPongHandler(this);
     _stream          = stream;
 }