void OnDestroy()
 {
     if (mInstance == this)
     {
         mInstance = null;
     }
     transport.Close();
 }
 void Awake()
 {
     mInstance = this;
 }