Darien Raymond 7 年之前
父节点
当前提交
c4f1e10a3d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      v2ray.go

+ 1 - 0
v2ray.go

@@ -114,6 +114,7 @@ func (s *Instance) Close() error {
 }
 
 // Start starts the V2Ray instance, including all registered features. When Start returns error, the state of the instance is unknown.
+// A V2Ray instance can be started only once. Upon closing, the instance is not guaranteed to start again.
 func (s *Instance) Start() error {
 	s.access.Lock()
 	defer s.access.Unlock()