Subscriber.this

Create a new subscriber using an existing socket

  1. this(string host = "127.0.0.1", ushort port = 6379)
  2. this(TcpSocket conn)
    class Subscriber
    this
    (
    TcpSocket conn
    )

Meta