diff options
Diffstat (limited to 'plugins/websockets/storage/storage.go')
-rw-r--r-- | plugins/websockets/storage/storage.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/websockets/storage/storage.go b/plugins/websockets/storage/storage.go index 0557dee5..ac256be2 100644 --- a/plugins/websockets/storage/storage.go +++ b/plugins/websockets/storage/storage.go @@ -49,7 +49,7 @@ func (s *Storage) Remove(connID string, topic string) { s.BST.Remove(connID, topic) } -// Thread safe get +// GetByPtrTS Thread safe get func (s *Storage) GetByPtrTS(topics []string, res map[string]struct{}) { s.Lock() defer s.Unlock() |