From c4f1e10a3d535a7bd5ea9c487af9d5bed7b357e5 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Sat, 10 Feb 2018 11:17:22 +0100 Subject: [PATCH] comments --- v2ray.go | 1 + 1 file changed, 1 insertion(+) diff --git a/v2ray.go b/v2ray.go index af710fd3..a95a14b5 100644 --- a/v2ray.go +++ b/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()