Skip to content

Commit

Permalink
fixed session panic
Browse files Browse the repository at this point in the history
  • Loading branch information
dobyte committed Apr 14, 2023
1 parent a8b30f7 commit 7b80344
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion session/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ func (s *Session) Reset() {
s.rw.Lock()
defer s.rw.Unlock()

s.conn = nil
s.groups = nil
}

Expand Down

0 comments on commit 7b80344

Please sign in to comment.