示例#1
0
        public void Run()
        {
            this.pongs  = 0;
            this.state  = 0;
            this.server = new EchoServer();

            this.loop = this.server.Loop;
            this.StartClient();
        }
示例#2
0
 public void Dispose()
 {
     this.server = null;
     this.loop   = null;
 }